Commit 3bb82f3d authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Diego Biurrun

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
parent bcdb2378
...@@ -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