Re: [FFmpeg-devel] [PATCH]Fix r10k decoding (as opposed to R10k)

2014-12-29 Thread Michael Niedermayer
On Mon, Dec 29, 2014 at 01:34:36PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes samples that Jason Freets uploaded. > Does anybody prefer to always decode to RGB48? > > Please comment, Carl Eugen > r210dec.c | 11 --- > 1 file changed, 8 insertions(+), 3 deletions(-)

[FFmpeg-devel] [PATCH]Fix r10k decoding (as opposed to R10k)

2014-12-29 Thread Carl Eugen Hoyos
Hi! Attached patch fixes samples that Jason Freets uploaded. Does anybody prefer to always decode to RGB48? Please comment, Carl Eugen diff --git a/libavcodec/r210dec.c b/libavcodec/r210dec.c index 5dd2f0d..a2e1a07 100644 --- a/libavcodec/r210dec.c +++ b/libavcodec/r210dec.c @@ -27,7 +27,11 @@