#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_options
Initial value:
Definition at line 82 of file file.c.
◆ pipe_options
Initial value:
Definition at line 90 of file file.c.
◆ file_class
Initial value:= {
.class_name = "file",
}
Definition at line 95 of file file.c.
◆ pipe_class
Initial value:= {
.class_name = "pipe",
}
Definition at line 102 of file file.c.