mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 21:45:10 +00:00
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
This commit is contained in:
parent
bcdb2378f7
commit
3bb82f3da5
@ -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…
Reference in New Issue
Block a user