comparison sunrast.c @ 9809:6a3f4053d935 libavcodec

sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1
author bcoudurier
date Fri, 05 Jun 2009 08:41:19 +0000
parents 6cd9e789dd9e
children 028a4deb56d3
comparison
equal deleted inserted replaced
9808:b911dbff811c 9809:6a3f4053d935
190 sizeof(SUNRASTContext), 190 sizeof(SUNRASTContext),
191 sunrast_init, 191 sunrast_init,
192 NULL, 192 NULL,
193 sunrast_end, 193 sunrast_end,
194 sunrast_decode_frame, 194 sunrast_decode_frame,
195 0, 195 CODEC_CAP_DR1,
196 NULL, 196 NULL,
197 .long_name = NULL_IF_CONFIG_SMALL("Sun Rasterfile image"), 197 .long_name = NULL_IF_CONFIG_SMALL("Sun Rasterfile image"),
198 }; 198 };