diff options
author | Marton Balint <cus@passwd.hu> | 2018-04-19 20:11:02 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-04-30 21:50:12 +0200 |
commit | c60a824ee87ae3b15ed1cb92b780bec9b642b019 (patch) | |
tree | 23990f27d37d199f2906c95cc8653c7235a8ea13 /tests/ref/lavf-fate | |
parent | da55304cafea712f1f78955f931c33f83c687477 (diff) | |
download | ffmpeg-streaming-c60a824ee87ae3b15ed1cb92b780bec9b642b019.zip ffmpeg-streaming-c60a824ee87ae3b15ed1cb92b780bec9b642b019.tar.gz |
avformat/qtpalette: parse color table according to the QuickTime file format specs
The specs says that the the first color component in the color array is
not alpha, but simply 0.
Fixes 0 alpha of fate-suite/cvid/catfight-cvid-pal8-partial.mov
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests/ref/lavf-fate')
-rw-r--r-- | tests/ref/lavf-fate/mov_qtrle_mace6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/lavf-fate/mov_qtrle_mace6 b/tests/ref/lavf-fate/mov_qtrle_mace6 index 30c705e..f8428aa 100644 --- a/tests/ref/lavf-fate/mov_qtrle_mace6 +++ b/tests/ref/lavf-fate/mov_qtrle_mace6 @@ -1,3 +1,3 @@ dcc9c4c182a5809dee9a9366f4533797 *./tests/data/lavf-fate/lavf.mov 1270387 ./tests/data/lavf-fate/lavf.mov -./tests/data/lavf-fate/lavf.mov CRC=0x5ec66f68 +./tests/data/lavf-fate/lavf.mov CRC=0x9320cd26 |