Bink demuxer.
More...
#include <inttypes.h>
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
|
|
#define | BINK_EXTRADATA_SIZE 1 |
| |
|
#define | BINK_MAX_AUDIO_TRACKS 256 |
| |
|
#define | BINK_MAX_WIDTH 7680 |
| |
|
#define | BINK_MAX_HEIGHT 4800 |
| |
|
#define | SMUSH_BLOCK_SIZE 512 |
| |
§ BinkAudFlags
| Enumerator |
|---|
| BINK_AUD_16BITS | prefer 16-bit output
|
§ ff_bink_demuxer
Initial value:= {
.name = "bink",
.read_probe = probe,
.read_header = read_header,
.read_packet = read_packet,
.read_seek = read_seek,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186