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
Definition at line 39 of file tmv.c.
◆ TMV_HEADER_SIZE
#define TMV_HEADER_SIZE 12 |
Definition at line 48 of file tmv.c.
◆ PROBE_MIN_SAMPLE_RATE
#define PROBE_MIN_SAMPLE_RATE 5000 |
Definition at line 50 of file tmv.c.
◆ PROBE_MAX_FPS
#define PROBE_MAX_FPS 120 |
Definition at line 51 of file tmv.c.
◆ PROBE_MIN_AUDIO_SIZE
Definition at line 52 of file tmv.c.
◆ 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:
Definition at line 190 of file tmv.c.