comparison mmvideo.c @ 6710:a4104482ceef libavcodec

Add long names to many AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 10:52:44 +0000
parents 48759bfbd073
children e943e1409077
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
200 mm_decode_init, 200 mm_decode_init,
201 NULL, 201 NULL,
202 mm_decode_end, 202 mm_decode_end,
203 mm_decode_frame, 203 mm_decode_frame,
204 CODEC_CAP_DR1, 204 CODEC_CAP_DR1,
205 .long_name = "American Laser Games MM Video",
205 }; 206 };