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.
#define TMV_HEADER_SIZE 12 |
#define PROBE_MIN_SAMPLE_RATE 5000 |
#define PROBE_MAX_FPS 120 |
Definition at line 51 of file tmv.c.
Enumerator |
---|
TMV_PADDING |
|
TMV_STEREO |
|
Definition at line 34 of file tmv.c.
Definition at line 54 of file tmv.c.
Definition at line 67 of file tmv.c.
static int tmv_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
timestamp, |
|
|
int |
flags |
|
) |
| |
|
static |
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.