comparison msvideo1.c @ 6713:f282270c589f libavcodec

Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Mon, 28 Apr 2008 10:21:58 +0000
parents 48759bfbd073
children e943e1409077
comparison
equal deleted inserted replaced
6712:5b3acf9fd50a 6713:f282270c589f
337 msvideo1_decode_init, 337 msvideo1_decode_init,
338 NULL, 338 NULL,
339 msvideo1_decode_end, 339 msvideo1_decode_end,
340 msvideo1_decode_frame, 340 msvideo1_decode_frame,
341 CODEC_CAP_DR1, 341 CODEC_CAP_DR1,
342 .long_name= "Microsoft Video 1",
342 }; 343 };