Electronic Arts TGV Video Decoder by Peter Ross (pross.nosp@m.@xvi.nosp@m.d.org)
More...
|
|
#define | BITSTREAM_READER_LE |
| |
|
#define | EA_PREAMBLE_SIZE 8 |
| |
|
#define | kVGT_TAG MKTAG('k', 'V', 'G', 'T') |
| |
§ ff_eatgv_decoder
Initial value:= {
.name = "eatgv",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_TGV,
.init = tgv_decode_init,
.close = tgv_decode_end,
.decode = tgv_decode_frame,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: avcodec.h:959