#include <quvi/quvi.h>
#include "libavformat/avformat.h"
#include "libavformat/internal.h"
#include "libavutil/opt.h"
Go to the source code of this file.
static int libquvi_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
timestamp, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:
Definition at line 35 of file libquvi.c.
const AVClass libquvi_context_class |
|
static |
Initial value:= {
.class_name = "libquvi",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ctx)
Return the context name.
static const AVOption libquvi_options[]
Definition at line 40 of file libquvi.c.
Initial value:= {
.name = "libquvi",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int libquvi_read_header(AVFormatContext *s)
static av_cold int read_close(AVFormatContext *ctx)
static int libquvi_probe(AVProbeData *p)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass libquvi_context_class
static int read_header(FFV1Context *f)
static int libquvi_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
static int libquvi_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
static int libquvi_close(AVFormatContext *s)
Definition at line 135 of file libquvi.c.