comparison sgidec.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
261 sizeof(SgiState), 261 sizeof(SgiState),
262 sgi_init, 262 sgi_init,
263 NULL, 263 NULL,
264 sgi_end, 264 sgi_end,
265 decode_frame, 265 decode_frame,
266 .long_name = "SGI image",
266 }; 267 };
267 268