comparison targa.c @ 9810:8f56bd47d2c8 libavcodec

targa image decoder uses get_buffer, set CODEC_CAP_DR1
author bcoudurier
date Fri, 05 Jun 2009 08:42:32 +0000
parents 4cab394c16ea
children 266bf83f634d
comparison
equal deleted inserted replaced
9809:6a3f4053d935 9810:8f56bd47d2c8
249 sizeof(TargaContext), 249 sizeof(TargaContext),
250 targa_init, 250 targa_init,
251 NULL, 251 NULL,
252 targa_end, 252 targa_end,
253 decode_frame, 253 decode_frame,
254 0, 254 CODEC_CAP_DR1,
255 NULL, 255 NULL,
256 .long_name = NULL_IF_CONFIG_SMALL("Truevision Targa image"), 256 .long_name = NULL_IF_CONFIG_SMALL("Truevision Targa image"),
257 }; 257 };