mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-29 21:47:48 +02: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 = {
|
AVCodec vmnc_decoder = {
|
||||||
"VMware video",
|
"vmnc",
|
||||||
CODEC_TYPE_VIDEO,
|
CODEC_TYPE_VIDEO,
|
||||||
CODEC_ID_VMNC,
|
CODEC_ID_VMNC,
|
||||||
sizeof(VmncContext),
|
sizeof(VmncContext),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user