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/truemotion1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/truemotion1.c') diff --git a/libavcodec/truemotion1.c b/libavcodec/truemotion1.c index d825ba1414..c2b8c1d16e 100644 --- a/libavcodec/truemotion1.c +++ b/libavcodec/truemotion1.c @@ -899,4 +899,5 @@ AVCodec truemotion1_decoder = { truemotion1_decode_end, truemotion1_decode_frame, CODEC_CAP_DR1, + .long_name = "Duck TrueMotion 1.0", }; -- cgit v1.2.3