OSDN Git Service

rawdec: Fix decoding of QT WRAW files.
authorami_stuff <ami_stuff@o2.pl>
Tue, 24 May 2011 21:38:01 +0000 (23:38 +0200)
committerDiego Biurrun <diego@biurrun.de>
Tue, 21 Jun 2011 20:18:59 +0000 (22:18 +0200)
commit67e7dc54049d9b51a0c2168c8265145a9aef7780
treeb3ef6558ce59bb6cdf1b07b14bcb34cf39ebd62e
parentf082a0fb420f0367bdd00219fd0fe8fe3caf7bc7
rawdec: Fix decoding of QT WRAW files.

From some tests it results that:
1. All of the AVI/MOV WRAW files need to be flipped.
2. MOV WRAW files need to use AVI color modes.
3. Assigning PAL8 mode by default to WRAW codec is not correct.
libavcodec/raw.c
libavcodec/rawdec.c