comparison txd.c @ 9814:f2fb80b9952a libavcodec

renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1
author bcoudurier
date Fri, 05 Jun 2009 08:48:34 +0000
parents 6cd9e789dd9e
children 8a4984c5cacc
comparison
equal deleted inserted replaced
9813:569849bc0f40 9814:f2fb80b9952a
161 sizeof(TXDContext), 161 sizeof(TXDContext),
162 txd_init, 162 txd_init,
163 NULL, 163 NULL,
164 txd_end, 164 txd_end,
165 txd_decode_frame, 165 txd_decode_frame,
166 0, 166 CODEC_CAP_DR1,
167 NULL, 167 NULL,
168 .long_name = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"), 168 .long_name = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"),
169 }; 169 };