Re: [FFmpeg-devel] [PATCH]Autoselect ffv1 coder also for RGB colourpaces

2015-03-09 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > > Attached patch makes the behaviour of ffv1 using gprp > > more similar to yuv for >8 bit. > > Reported by Christoph Gerstbauer . > > > > Please comment, Carl Eugen > > LGTM Patch applied. Thank you, Carl Eugen _

Re: [FFmpeg-devel] [PATCH]Autoselect ffv1 coder also for RGB colourpaces

2015-03-06 Thread Michael Niedermayer
On Fri, Mar 06, 2015 at 04:48:36PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch makes the behaviour of ffv1 using gprp more similar > to yuv for >8 bit. > Reported by Christoph Gerstbauer . > > Please comment, Carl Eugen LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF67

[FFmpeg-devel] [PATCH]Autoselect ffv1 coder also for RGB colourpaces

2015-03-06 Thread Carl Eugen Hoyos
Hi! Attached patch makes the behaviour of ffv1 using gprp more similar to yuv for >8 bit. Reported by Christoph Gerstbauer . Please comment, Carl Eugen diff --git a/libavcodec/ffv1enc.c b/libavcodec/ffv1enc.c index c3bf759..942bc37 100644 --- a/libavcodec/ffv1enc.c +++ b/libavcodec/ffv1enc.c @@