summaryrefslogtreecommitdiff
path: root/libavcodec/flicvideo.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-04-29 07:24:44 +0000
committerDiego Biurrun <diego@biurrun.de>2008-04-29 07:24:44 +0000
commit6140271f545698b7084bb5e02c0cac25e5304289 (patch)
tree573638996dd628fad122a68132006d06e63c7cc3 /libavcodec/flicvideo.c
parent9d82d6cbba2518b2e87de4468c309a9bfaa59057 (diff)
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
Diffstat (limited to 'libavcodec/flicvideo.c')
-rw-r--r--libavcodec/flicvideo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c
index 0a4ea6cf97..ea1d8c4261 100644
--- a/libavcodec/flicvideo.c
+++ b/libavcodec/flicvideo.c
@@ -749,5 +749,6 @@ AVCodec flic_decoder = {
NULL,
NULL,
NULL,
- NULL
+ NULL,
+ .long_name = "Autodesk Animator Flic video",
};