comparison truemotion2.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
885 decode_init, 885 decode_init,
886 NULL, 886 NULL,
887 decode_end, 887 decode_end,
888 decode_frame, 888 decode_frame,
889 CODEC_CAP_DR1, 889 CODEC_CAP_DR1,
890 .long_name = "Duck TrueMotion 2.0",
890 }; 891 };