From 038f846e41b2ef7e760a39876beaebea999e27e9 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 28 Apr 2008 10:21:58 +0000 Subject: Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13010 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/4xm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/4xm.c') diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index d32ee1c825..9eea643d83 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -836,5 +836,6 @@ AVCodec fourxm_decoder = { decode_end, decode_frame, /*CODEC_CAP_DR1,*/ + .long_name = "4X Movie", }; -- cgit v1.2.3