[FFmpeg-devel] [PATCH]Fix r10kdec output
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Dec 28 22:06:09 CET 2014
Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:
> > - b = pixel << 4;
> > + b = pixel << 4 & 0xffc0;
>
> Never remember the order so it might not be required,
> but for consistency at least I think you should add ().
Applied with that change.
> But otherwise I think it makes sense.
Thank you.
> Even though the previous comment applies: I think
> it was done this way on purpose originally.
This seems very unlikely to me...
Does anybody have the Directshow filter for "AJA Kona
10-bit RGB Codec"?
Carl Eugen
More information about the ffmpeg-devel
mailing list