diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-04-30 09:29:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-04-30 09:29:15 +0000 |
commit | 3bb82f3da5c900bfbc2d69bf5fbc2581d0b465bf (patch) | |
tree | 6fad7e427181062ea6244277cfc1ac0c65aa05b0 /libavcodec/vmnc.c | |
parent | bcdb2378f77daa2e7cf21039bb6247c197af8e0c (diff) | |
download | ffmpeg-3bb82f3da5c900bfbc2d69bf5fbc2581d0b465bf.tar.gz |
Transform codec short name into a single word.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13023 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vmnc.c')
-rw-r--r-- | libavcodec/vmnc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vmnc.c b/libavcodec/vmnc.c index aa672aeb73..1b26dc1d10 100644 --- a/libavcodec/vmnc.c +++ b/libavcodec/vmnc.c @@ -510,7 +510,7 @@ static av_cold int decode_end(AVCodecContext *avctx) } AVCodec vmnc_decoder = { - "VMware video", + "vmnc", CODEC_TYPE_VIDEO, CODEC_ID_VMNC, sizeof(VmncContext), |