Browse Source

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
tags/v0.5
Stefano Sabatini Diego Biurrun 17 years ago
parent
commit
3bb82f3da5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/vmnc.c

+ 1
- 1
libavcodec/vmnc.c View File

@@ -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),


Loading…
Cancel
Save