#include "libavutil/avstring.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include <fcntl.h>
#include <sys/stat.h>
#include <stdlib.h>
#include "os_support.h"
#include "url.h"
Go to the source code of this file.
◆ S_ISFIFO
◆ S_ISLNK
◆ S_ISSOCK
◆ file_read()
◆ file_write()
◆ file_get_handle()
◆ file_check()
◆ file_delete()
◆ file_move()
◆ file_options
Initial value:= {
}
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 81 of file file.c.
◆ pipe_options
Initial value:= {
}
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
Definition at line 88 of file file.c.
◆ file_class
Initial value:= {
.class_name = "file",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 93 of file file.c.
◆ pipe_class
Initial value:= {
.class_name = "pipe",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 100 of file file.c.