From 6140271f545698b7084bb5e02c0cac25e5304289 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 29 Apr 2008 07:24:44 +0000 Subject: Add some long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13017 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/truemotion2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/truemotion2.c') diff --git a/libavcodec/truemotion2.c b/libavcodec/truemotion2.c index 26a4b49ce2..22a9ebb456 100644 --- a/libavcodec/truemotion2.c +++ b/libavcodec/truemotion2.c @@ -887,4 +887,5 @@ AVCodec truemotion2_decoder = { decode_end, decode_frame, CODEC_CAP_DR1, + .long_name = "Duck TrueMotion 2.0", }; -- cgit v1.2.3