summaryrefslogtreecommitdiff
path: root/libavcodec/vmnc.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-04-29 21:31:21 +0000
committerDiego Biurrun <diego@biurrun.de>2008-04-29 21:31:21 +0000
commitbcdb2378f77daa2e7cf21039bb6247c197af8e0c (patch)
tree6d2ab5893d5ea99144203d9c98931fd12891cf5d /libavcodec/vmnc.c
parent0dfea024e16961a8f3d96ea818a2d5bd5a35d804 (diff)
Add long names to some AVCodec declarations.
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13022 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vmnc.c')
-rw-r--r--libavcodec/vmnc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/vmnc.c b/libavcodec/vmnc.c
index cf3efa906c..aa672aeb73 100644
--- a/libavcodec/vmnc.c
+++ b/libavcodec/vmnc.c
@@ -517,6 +517,7 @@ AVCodec vmnc_decoder = {
decode_init,
NULL,
decode_end,
- decode_frame
+ decode_frame,
+ .long_name = "VMware Screen Codec / VMware Video",
};