FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "url.h"
Go to the source code of this file.
Data Structures | |
struct | SubfileContext |
Macros | |
#define | OFFSET(field) offsetof(SubfileContext, field) |
#define | D AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static int | slave_seek (URLContext *h) |
static int | subfile_open (URLContext *h, const char *filename, int flags, AVDictionary **options) |
static int | subfile_close (URLContext *h) |
static int | subfile_read (URLContext *h, unsigned char *buf, int size) |
static int64_t | subfile_seek (URLContext *h, int64_t pos, int whence) |
Variables | |
static const AVOption | subfile_options [] |
static const AVClass | subfile_class |
const URLProtocol | ff_subfile_protocol |
#define OFFSET | ( | field | ) | offsetof(SubfileContext, field) |
#define D AV_OPT_FLAG_DECODING_PARAM |
|
static |
Definition at line 54 of file subfile.c.
Referenced by subfile_open(), and subfile_seek().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
const URLProtocol ff_subfile_protocol |