#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.
static int file_read |
( |
URLContext * |
h, |
|
|
unsigned char * |
buf, |
|
|
int |
size |
|
) |
| |
|
static |
static int file_write |
( |
URLContext * |
h, |
|
|
const unsigned char * |
buf, |
|
|
int |
size |
|
) |
| |
|
static |
static int file_check |
( |
URLContext * |
h, |
|
|
int |
mask |
|
) |
| |
|
static |
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 80 of file file.c.
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 86 of file file.c.
Initial value:= {
.class_name = "file",
}
#define LIBAVUTIL_VERSION_INT
Definition at line 91 of file file.c.
Initial value:= {
.class_name = "pipe",
}
#define LIBAVUTIL_VERSION_INT
Definition at line 98 of file file.c.