comparison bfi.c @ 9799:885d3f36bcb2 libavcodec

bfi decoder uses get_buffer, set CODEC_CAP_DR1
author bcoudurier
date Fri, 05 Jun 2009 08:20:51 +0000
parents 54bc8a2727b0
children 8a4984c5cacc
comparison
equal deleted inserted replaced
9798:6e4c341027f2 9799:885d3f36bcb2
177 .id = CODEC_ID_BFI, 177 .id = CODEC_ID_BFI,
178 .priv_data_size = sizeof(BFIContext), 178 .priv_data_size = sizeof(BFIContext),
179 .init = bfi_decode_init, 179 .init = bfi_decode_init,
180 .close = bfi_decode_close, 180 .close = bfi_decode_close,
181 .decode = bfi_decode_frame, 181 .decode = bfi_decode_frame,
182 .capabilities = CODEC_CAP_DR1,
182 .long_name = NULL_IF_CONFIG_SMALL("Brute Force & Ignorance"), 183 .long_name = NULL_IF_CONFIG_SMALL("Brute Force & Ignorance"),
183 }; 184 };