summaryrefslogtreecommitdiffstats
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorKongQun Yang <kqyang@google.com>2017-06-28 14:47:34 -0700
committerJames Almer <jamrial@gmail.com>2017-06-28 20:04:56 -0300
commit45dbb40cd1b350fd421233da3e13e969f7c1df81 (patch)
tree575d000a29ae17456b8fe6eeef60e6e79e458b4c /libavformat/isom.c
parentc709f009dad20d99b28918f4f8d7cd394b838def (diff)
downloadffmpeg-streaming-45dbb40cd1b350fd421233da3e13e969f7c1df81.zip
ffmpeg-streaming-45dbb40cd1b350fd421233da3e13e969f7c1df81.tar.gz
Update mp4 object type for VP9
Updated to the standard value 0xB1 defined in mp4ra.org. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 5522115..3a9b3ba 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -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 */
OpenPOWER on IntegriCloud