comparison truemotion1.c @ 6717:5df0c730234d libavcodec

Add some long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Tue, 29 Apr 2008 07:24:44 +0000
parents 48759bfbd073
children c93570aeb3eb
comparison
equal deleted inserted replaced
6716:aa09311685b2 6717:5df0c730234d
897 truemotion1_decode_init, 897 truemotion1_decode_init,
898 NULL, 898 NULL,
899 truemotion1_decode_end, 899 truemotion1_decode_end,
900 truemotion1_decode_frame, 900 truemotion1_decode_frame,
901 CODEC_CAP_DR1, 901 CODEC_CAP_DR1,
902 .long_name = "Duck TrueMotion 1.0",
902 }; 903 };