]> git.sesse.net Git - ffmpeg/commit
avformat/mpegtsenc: warn users if codec isn't supported
authorGyan Doshi <ffmpeg@gyani.pro>
Fri, 20 Dec 2019 11:09:32 +0000 (16:39 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Mon, 23 Dec 2019 15:36:37 +0000 (21:06 +0530)
commitf0b3b55002b7ad024ef94f005cd718a14d85e485
tree8e0a4149ffb4ffcf2b2661e805a1f358a4cd543d
parentc75f246a3c077fa552af5dc84abf1d89e9c7d397
avformat/mpegtsenc: warn users if codec isn't supported

The MPEG-TS muxer will mux streams with unsupported codec id
as a private data stream; this usually makes the stream
not recognizable by ffmpeg and likely other tools.
libavformat/mpegtsenc.c