[FFmpeg-cvslog] Support decoding LOCO_CRGBA.

Clément Bœsch ubitux at gmail.com
Mon Apr 16 17:03:40 CEST 2012


On Mon, Apr 16, 2012 at 02:56:50PM +0000, Carl Eugen Hoyos wrote:
> Clément Bœsch <ubitux <at> gmail.com> writes:
> 
> > > -    case LOCO_RGBA:
> > > +    case LOCO_CRGBA: LOCO_RGBA:
> > 
> > huh? does this really work?
> 
> No.
> 
> Afaict, our "flip" detection is generally wrong, not (or at 
> least not always) should the encoder (in this case loco) 
> trigger flipping images, but (at least in some cases) the 
> encoder / muxing software - VirtualDub - is responsible for 
> the upside-down picture.
> This would also explain ticket #511.
> 

I mean it looks like you're just adding a LOCO_RGBA label after the test
case. I think what you want is something like:

    case LOCO_CRGBA:
    case LOCO_RGBA:

But maybe I'm missing something obvious.

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-cvslog/attachments/20120416/a4ab7491/attachment.asc>


More information about the ffmpeg-cvslog mailing list