Commit 1d929046 authored by diego's avatar diego

Transform codec short name into a single word.

patch by Stefano Sabatini, stefano.sabatini-lala poste it


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13023 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4ff1d6c0
...@@ -510,7 +510,7 @@ static av_cold int decode_end(AVCodecContext *avctx) ...@@ -510,7 +510,7 @@ static av_cold int decode_end(AVCodecContext *avctx)
} }
AVCodec vmnc_decoder = { AVCodec vmnc_decoder = {
"VMware video", "vmnc",
CODEC_TYPE_VIDEO, CODEC_TYPE_VIDEO,
CODEC_ID_VMNC, CODEC_ID_VMNC,
sizeof(VmncContext), sizeof(VmncContext),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment