comparison sunrast.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 48759bfbd073
children e943e1409077
comparison
equal deleted inserted replaced
6721:1c3bcb60bed4 6722:6eeb19edcee3
189 sunrast_init, 189 sunrast_init,
190 NULL, 190 NULL,
191 sunrast_end, 191 sunrast_end,
192 sunrast_decode_frame, 192 sunrast_decode_frame,
193 0, 193 0,
194 NULL 194 NULL,
195 .long_name = "Sun Rasterfile image",
195 }; 196 };