Re: [FFmpeg-devel] [PATCH] avformat/flvenc: Allow muxing video codecs which are not explicitly supported by the muxer

2015-03-22 Thread Michael Niedermayer
On Fri, Mar 06, 2015 at 03:31:50AM +0100, Michael Niedermayer wrote: > This allows stream copying video codecs before they are explicitly > supported. The same feature was in the past useful for audio codecs > in flv > > This partly reverts the changes from 735ab7c5e04e2316afbd56643c13de17a7ac89cd

[FFmpeg-devel] [PATCH] avformat/flvenc: Allow muxing video codecs which are not explicitly supported by the muxer

2015-03-05 Thread Michael Niedermayer
This allows stream copying video codecs before they are explicitly supported. The same feature was in the past useful for audio codecs in flv This partly reverts the changes from 735ab7c5e04e2316afbd56643c13de17a7ac89cd Signed-off-by: Michael Niedermayer --- libavformat/flvenc.c | 13