]> git.sesse.net Git - ffmpeg/commit
avformat/mpegenc - reject unsupported audio streams
authorGyan Doshi <gyandoshi@gmail.com>
Tue, 20 Feb 2018 15:12:21 +0000 (20:42 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Mon, 22 Apr 2019 15:55:55 +0000 (21:25 +0530)
commit6829c3cbe480501725250c62cd1b920a75a44ec7
treef8637b21e4696074c80be8d8c89cde92f01f7ab0
parent8d3630c5402fdda2889fe4f74f7dcdd50ebca654
avformat/mpegenc - reject unsupported audio streams

Only MP1, MP2, MP3, 16-bit PCM_DVD, PCM S16BE,
AC3 and DTS audio codecs are supported by the muxer.
libavformat/mpegenc.c