diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-03-21 10:25:20 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-03-21 10:25:20 +0000 |
commit | 899a8fa1cb1a102cc0dd3089a870c3af83d3bf81 (patch) | |
tree | 4c0f1f08df824e3ab591af38795bd6fa1021534c /tests | |
parent | 6f348086914992ca739eb57d2233593ef766218d (diff) | |
download | ffmpeg-899a8fa1cb1a102cc0dd3089a870c3af83d3bf81.tar.gz |
Fix avpicture_get_size for non-paletted formats with a helper palette
to not include the size of that palette.
Also clarify its documentation.
Originally committed as revision 18106 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libav.regression.ref | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libav.regression.ref b/tests/libav.regression.ref index c11cfb0a39..29d8885f99 100644 --- a/tests/libav.regression.ref +++ b/tests/libav.regression.ref @@ -47,7 +47,7 @@ af78858062599fcbba049e4a02588a15 *./tests/data/b-libav.mov ./tests/data/b-pbmpipe.pbm CRC=0x806e17d8 aff140ce80a1c86c1bf54118ad23da7b *./tests/data/b-pgmpipe.pgm 2534775 ./tests/data/b-pgmpipe.pgm -./tests/data/b-pgmpipe.pgm CRC=0x0e82c482 +./tests/data/b-pgmpipe.pgm CRC=0xf485870f 9169b1f1ca56f01a6e1f5041572aa1d4 *./tests/data/b-ppmpipe.ppm 7603575 ./tests/data/b-ppmpipe.ppm ./tests/data/b-ppmpipe.ppm CRC=0x79bd6ce6 @@ -56,7 +56,7 @@ aff140ce80a1c86c1bf54118ad23da7b *./tests/data/b-pgmpipe.pgm b977a4fedff90a79baf70c8e02986820 *./tests/data/b-libav.y4m 3801810 ./tests/data/b-libav.y4m 0a6d74b54396884f117669965b57d3b5 *./tests/data/b-libav02.pgm -./tests/data/b-libav%02d.pgm CRC=0xc8032eb1 +./tests/data/b-libav%02d.pgm CRC=0x7e552eb1 101391 ./tests/data/b-libav02.pgm dbe42bd8d9ca0acbd2673bd739705f0f *./tests/data/b-libav02.ppm ./tests/data/b-libav%02d.ppm CRC=0x6f775c0d |