#include "config_components.h"
#include "libavutil/avstring.h"
#include "libavutil/file_open.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "avio.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
◆ S_ISREG
◆ S_ISBLK
◆ file_read()
◆ file_write()
◆ file_get_handle()
◆ file_check()
◆ fd_dup()
◆ file_close()
◆ file_seek()
static int64_t file_seek |
( |
URLContext * |
h, |
|
|
int64_t |
pos, |
|
|
int |
whence |
|
) |
| |
|
static |
◆ file_options
Initial value:
Definition at line 103 of file file.c.
◆ pipe_options
Initial value:
Definition at line 111 of file file.c.
◆ file_class
Initial value:= {
.class_name = "file",
}
Definition at line 117 of file file.c.
◆ pipe_class
Initial value:= {
.class_name = "pipe",
}
Definition at line 124 of file file.c.
◆ fd_class
Initial value:= {
.class_name = "fd",
}
Definition at line 131 of file file.c.