Re: [FFmpeg-devel] [PATCH]Print a warning if vp6 is muxed into flv

2014-11-22 Thread Michael Niedermayer
On Sat, Nov 22, 2014 at 11:10:20PM +0100, Carl Eugen Hoyos wrote: > Hi! > > FFmpeg should print a warning when the non-flipped version of vp6 is muxed > into flv: The feature was requested and is used. > Related to ticket #4132. > > Please comment, Carl Eugen > flvenc.c |3 +++ > 1 file ch

[FFmpeg-devel] [PATCH]Print a warning if vp6 is muxed into flv

2014-11-22 Thread Carl Eugen Hoyos
Hi! FFmpeg should print a warning when the non-flipped version of vp6 is muxed into flv: The feature was requested and is used. Related to ticket #4132. Please comment, Carl Eugen diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index a8cd994..5468c4d 100644 --- a/libavformat/flvenc.c ++