8088flex TMV file demuxer
More...
Go to the source code of this file.
8088flex TMV file demuxer
- Author
- Daniel Verkamp
- See also
- http://www.oldskool.org/pc/8088_Corruption
Definition in file tmv.c.
◆ TMV_TAG
◆ TMV_HEADER_SIZE
#define TMV_HEADER_SIZE 12 |
◆ PROBE_MIN_SAMPLE_RATE
#define PROBE_MIN_SAMPLE_RATE 5000 |
◆ PROBE_MAX_FPS
#define PROBE_MAX_FPS 120 |
Definition at line 51 of file tmv.c.
◆ PROBE_MIN_AUDIO_SIZE
◆ anonymous enum
Enumerator |
---|
TMV_PADDING | |
TMV_STEREO | |
Definition at line 34 of file tmv.c.
◆ tmv_probe()
Definition at line 54 of file tmv.c.
◆ tmv_read_header()
Definition at line 67 of file tmv.c.
◆ tmv_read_packet()
◆ tmv_read_seek()
◆ ff_tmv_demuxer
Initial value:= {
.name = "tmv",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition at line 190 of file tmv.c.