mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue