comparison pcx.c @ 9802:aebbb6c631b6 libavcodec

pcx decoder use get_buffer, set CODEC_CAP_DR1
author bcoudurier
date Fri, 05 Jun 2009 08:29:29 +0000
parents 0dce4fe6e6f3
children 997bdf43a4ed
comparison
equal deleted inserted replaced
9801:7f15f8f14e97 9802:aebbb6c631b6
242 sizeof(PCXContext), 242 sizeof(PCXContext),
243 pcx_init, 243 pcx_init,
244 NULL, 244 NULL,
245 pcx_end, 245 pcx_end,
246 pcx_decode_frame, 246 pcx_decode_frame,
247 0, 247 CODEC_CAP_DR1,
248 NULL, 248 NULL,
249 .long_name = NULL_IF_CONFIG_SMALL("PC Paintbrush PCX image"), 249 .long_name = NULL_IF_CONFIG_SMALL("PC Paintbrush PCX image"),
250 }; 250 };