]> git.sesse.net Git - ffmpeg/commit
avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3
authorLimin Wang <lance.lmwang@gmail.com>
Sun, 23 Aug 2020 15:02:31 +0000 (23:02 +0800)
committerLimin Wang <lance.lmwang@gmail.com>
Wed, 26 Aug 2020 06:20:10 +0000 (14:20 +0800)
commit4aa6eda76ebe195bae2c5a3183371f6a57ca4cdd
tree87c1cfa9b25274950d1cdaa4b951fa6dfb7aab07
parent8f2c1f2cbe77685435362f1940b637a6c3ff1934
avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3

Some DVB and ATSC captures are using the official MPEG2 registration
descriptor in addition to using the correct stream type and the
AC-3_audio_stream_descriptor/AC3_descriptor. So let's add it even if it is not
strictly needed for DVB/ATSC.

Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
libavformat/mpegtsenc.c