comparison bmp.c @ 6722:6eeb19edcee3 libavcodec

Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Tue, 29 Apr 2008 21:31:21 +0000
parents 92eb6af449dc
children e943e1409077
comparison
equal deleted inserted replaced
6721:1c3bcb60bed4 6722:6eeb19edcee3
255 CODEC_ID_BMP, 255 CODEC_ID_BMP,
256 sizeof(BMPContext), 256 sizeof(BMPContext),
257 bmp_decode_init, 257 bmp_decode_init,
258 NULL, 258 NULL,
259 bmp_decode_end, 259 bmp_decode_end,
260 bmp_decode_frame 260 bmp_decode_frame,
261 .long_name = "BMP image",
261 }; 262 };