]> git.sesse.net Git - ffmpeg/commit
avformat/mpegtsenc: write format_identifier HEVC for HEVC streams
authorMarton Balint <cus@passwd.hu>
Fri, 22 Feb 2019 23:10:30 +0000 (00:10 +0100)
committerMarton Balint <cus@passwd.hu>
Fri, 1 Mar 2019 21:30:13 +0000 (22:30 +0100)
commit837f2c97984a259f8fef8be13569f937fa3513f1
treeac46febd13a01085adecd25c6fee131433b6ecf9
parentfe36dcbff20e5a6eae8abbc0dd1a3a68df640ea6
avformat/mpegtsenc: write format_identifier HEVC for HEVC streams

This improves compatibility with some consumer (LG WebOS) TVs which apparently
search a HEVC descriptor (which our mpegts muxer can't generate) or a format
identifier.

Since the HEVC format identifier is not registered (but used in the wild), it is
not written if strict_std_compliance is higher than normal.

This fixes the issue in ticket #7744.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/mpegtsenc.c