|
FFmpeg
|
#include <quvi/quvi.h>#include "libavformat/avformat.h"#include "libavformat/internal.h"#include "libavutil/opt.h"Go to the source code of this file.
Data Structures | |
| struct | LibQuviContext |
Macros | |
| #define | OFFSET(x) offsetof(LibQuviContext, x) |
| #define | FLAGS AV_OPT_FLAG_DECODING_PARAM |
Functions | |
| static int | libquvi_close (AVFormatContext *s) |
| static int | libquvi_read_header (AVFormatContext *s) |
| static int | libquvi_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | libquvi_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) |
| static int | libquvi_probe (AVProbeData *p) |
Variables | |
| static const AVOption | libquvi_options [] |
| static const AVClass | libquvi_context_class |
| AVInputFormat | ff_libquvi_demuxer |
| #define OFFSET | ( | x | ) | offsetof(LibQuviContext, x) |
| #define FLAGS AV_OPT_FLAG_DECODING_PARAM |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| AVInputFormat ff_libquvi_demuxer |
1.8.2