#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:
Definition at line 56 of file file.c.
Initial value:
Definition at line 62 of file file.c.
Initial value:= {
.class_name = "file",
}
Definition at line 67 of file file.c.
Initial value:= {
.class_name = "pipe",
}
Definition at line 74 of file file.c.