mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 21:30:55 +00:00
Update mp4 object type for VP9
Updated to the standard value 0xB1 defined in mp4ra.org. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
c709f009da
commit
45dbb40cd1
@ -60,7 +60,7 @@ const AVCodecTag ff_mp4_obj_type[] = {
|
||||
{ AV_CODEC_ID_EAC3 , 0xA6 },
|
||||
{ AV_CODEC_ID_DTS , 0xA9 }, /* mp4ra.org */
|
||||
{ AV_CODEC_ID_OPUS , 0xAD }, /* mp4ra.org */
|
||||
{ AV_CODEC_ID_VP9 , 0xC0 }, /* nonstandard, update when there is a standard value */
|
||||
{ AV_CODEC_ID_VP9 , 0xB1 }, /* mp4ra.org */
|
||||
{ AV_CODEC_ID_FLAC , 0xC1 }, /* nonstandard, update when there is a standard value */
|
||||
{ AV_CODEC_ID_TSCC2 , 0xD0 }, /* nonstandard, camtasia uses it */
|
||||
{ AV_CODEC_ID_EVRC , 0xD1 }, /* nonstandard, pvAuthor uses it */
|
||||
|
Loading…
Reference in New Issue
Block a user