Bink demuxer.
More...
Go to the source code of this file.
§ BINK_EXTRADATA_SIZE
#define BINK_EXTRADATA_SIZE 1 |
§ BINK_MAX_AUDIO_TRACKS
#define BINK_MAX_AUDIO_TRACKS 256 |
§ BINK_MAX_WIDTH
#define BINK_MAX_WIDTH 7680 |
§ BINK_MAX_HEIGHT
#define BINK_MAX_HEIGHT 4800 |
§ BinkAudFlags
Enumerator |
---|
BINK_AUD_16BITS | prefer 16-bit output
|
BINK_AUD_STEREO | |
BINK_AUD_USEDCT | |
Definition at line 38 of file bink.c.
§ probe()
§ read_header()
§ read_packet()
§ read_seek()
static int read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
timestamp, |
|
|
int |
flags |
|
) |
| |
|
static |
§ ff_bink_demuxer
Initial value:= {
.name = "bink",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 283 of file bink.c.