summaryrefslogtreecommitdiff
path: root/libavcodec/4xm.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-04-28 10:21:58 +0000
committerDiego Biurrun <diego@biurrun.de>2008-04-28 10:21:58 +0000
commit038f846e41b2ef7e760a39876beaebea999e27e9 (patch)
tree5b68a83c5cd38b8b93f256cbc9876f87f26c9a75 /libavcodec/4xm.c
parent162d4fc99d07fcd3322aee9bcc99f045463da2b7 (diff)
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
Diffstat (limited to 'libavcodec/4xm.c')
-rw-r--r--libavcodec/4xm.c1
1 files changed, 1 insertions, 0 deletions
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",
};