movenc: use 'hev1' tag for HEVC in MODE_MOV.
authorTim Walker <tdskywalker@gmail.com>
Mon, 3 Mar 2014 14:53:40 +0000 (14:53 +0000)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Sun, 9 Mar 2014 17:09:40 +0000 (18:09 +0100)
commit1d9014f0b008485eac4c19d5f5e11ede59237167
tree7b9b34a86c0e06945ea0eb7e362dda3fb24e3de7
parent3e0175d89a6c5ee8393ae05e1b40abdca1204919
movenc: use 'hev1' tag for HEVC in MODE_MOV.

'hvc1' requires that parameter set NAL units be
present only in the samples entry, but not in the
samples themselves, requiring that additional
parameter sets, if present, be filtered out of the
samples and placed in new, additional sample entries
if they override or otherwise conflict with the
parameter sets present in the first sample entry.
We do not have any way of doing this at present, so
the files we produce can only comply with the
restrictions set for the 'hev1' sample entry name in
ISO/IEC 14496-15.
libavformat/isom.c