]> git.sesse.net Git - ffmpeg/commit
avformat/mpegenc - log error msgs for unsupported LPCM streams
authorGyan Doshi <gyandoshi@gmail.com>
Tue, 20 Feb 2018 15:01:28 +0000 (20:31 +0530)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 21 Feb 2018 23:29:27 +0000 (00:29 +0100)
commit4f8c691040b026d001ff33d38c0e1516a35b946e
tree41a8490fe473729b3eefc556c17110da5c74bd23
parentff0de964e7abba6df0d8923f70f93cbd6c242ec8
avformat/mpegenc - log error msgs for unsupported LPCM streams

The MPEG-PS muxer only accepts PCM streams having up to 8 channels
and the following sampling rates: 32/44.1/48/96 kHz.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mpegenc.c