#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.
§ file_read()
static int file_read |
( |
URLContext * |
h, |
|
|
unsigned char * |
buf, |
|
|
int |
size |
|
) |
| |
|
static |
§ file_write()
static int file_write |
( |
URLContext * |
h, |
|
|
const unsigned char * |
buf, |
|
|
int |
size |
|
) |
| |
|
static |
§ file_get_handle()
§ file_check()
static int file_check |
( |
URLContext * |
h, |
|
|
int |
mask |
|
) |
| |
|
static |
§ file_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 47 of file file.c.
§ file_class
Initial value:= {
.class_name = "file",
}
Definition at line 52 of file file.c.