diff options
author | Tim Walker <tdskywalker@gmail.com> | 2014-03-03 14:53:43 +0000 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2014-03-09 16:58:28 -0400 |
commit | eabefe83f40a65d0f0c2a9a0521f6d96c3932545 (patch) | |
tree | ba60dea6260cfd49f42dd66e0e4a302f208c3e93 /libavformat/isom.c | |
parent | eaa79b79b25ac0ceaf44fe575a3ae724b87285b2 (diff) | |
download | ffmpeg-eabefe83f40a65d0f0c2a9a0521f6d96c3932545.tar.gz |
movenc: allow muxing HEVC in MODE_MP4.
(cherry picked from commit 4f3db5d3418a24f3b90422e98ad75388052c4284)
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r-- | libavformat/isom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index a6197aba02..76c455b863 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -33,6 +33,7 @@ const AVCodecTag ff_mp4_obj_type[] = { { AV_CODEC_ID_MOV_TEXT , 0x08 }, { AV_CODEC_ID_MPEG4 , 0x20 }, { AV_CODEC_ID_H264 , 0x21 }, + { AV_CODEC_ID_HEVC , 0x23 }, { AV_CODEC_ID_AAC , 0x40 }, { AV_CODEC_ID_MP4ALS , 0x40 }, /* 14496-3 ALS */ { AV_CODEC_ID_MPEG2VIDEO , 0x61 }, /* MPEG2 Main */ |