Bitmap Brothers JV demuxer.
More...
Go to the source code of this file.
|
| #define | JV_PREAMBLE_SIZE 5 |
| |
| #define | MAGIC " Compression by John M Phillips Copyright (C) 1995 The Bitmap Brothers Ltd." |
| |
Bitmap Brothers JV demuxer.
- Author
- Peter Ross pross.nosp@m.@xvi.nosp@m.d.org
Definition in file jvdec.c.
◆ JV_PREAMBLE_SIZE
| #define JV_PREAMBLE_SIZE 5 |
◆ MAGIC
| #define MAGIC " Compression by John M Phillips Copyright (C) 1995 The Bitmap Brothers Ltd." |
◆ read_probe()
◆ read_close()
◆ read_header()
◆ read_packet()
◆ read_seek()
◆ ff_jv_demuxer
Initial value:= {
.p.name = "jv",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
#define FF_INFMT_FLAG_INIT_CLEANUP
For an FFInputFormat with this flag set read_close() needs to be called by the caller upon read_heade...
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static av_cold int read_close(AVFormatContext *ctx)
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition at line 258 of file jvdec.c.