diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-29 19:44:05 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-05 14:38:51 +0200 |
commit | ce4713ea731b9deb0440abe8d8a2a41d2957efc5 (patch) | |
tree | 99e788d4e00d1b2f1dba6b7ec23fcd283df76e9f /tests/ref/fate/sgi-rgb24 | |
parent | e771223ec1be32da96e72d8319a8677aa9776204 (diff) | |
download | ffmpeg-ce4713ea731b9deb0440abe8d8a2a41d2957efc5.tar.gz |
avcodec/sgidec: Use planar pixel formats
The data in SGI images is stored planar, so exporting
it via planar pixel formats is natural.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/ref/fate/sgi-rgb24')
-rw-r--r-- | tests/ref/fate/sgi-rgb24 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/sgi-rgb24 b/tests/ref/fate/sgi-rgb24 index 4326cabe00..238e3a1f26 100644 --- a/tests/ref/fate/sgi-rgb24 +++ b/tests/ref/fate/sgi-rgb24 @@ -3,4 +3,4 @@ #codec_id 0: rawvideo #dimensions 0: 512x256 #sar 0: 0/1 -0, 0, 0, 1, 393216, 0xa9b28fd9 +0, 0, 0, 1, 393216, 0xc8478fd9 |