diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-02-08 18:46:36 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-02-10 00:03:38 +0100 |
commit | e0fd35d867752e6fcc7329a7d4f5e5fc619f2634 (patch) | |
tree | 24218f69b5edf9fa8d86d2c44b5f16194ba29a9f /tests/ref/fate/fitsdec-gray | |
parent | 4aef642cfdd0cb9a351709a5f57fd48a4d587c9f (diff) | |
download | ffmpeg-e0fd35d867752e6fcc7329a7d4f5e5fc619f2634.tar.gz |
avformat/fitsenc: write DATAMIN/DATAMAX to encoded output
There is no point in doing normalization when such files are decoded.
Update fate test with new results.
Diffstat (limited to 'tests/ref/fate/fitsdec-gray')
-rw-r--r-- | tests/ref/fate/fitsdec-gray | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/fitsdec-gray b/tests/ref/fate/fitsdec-gray index d080732452..488ee71022 100644 --- a/tests/ref/fate/fitsdec-gray +++ b/tests/ref/fate/fitsdec-gray @@ -3,4 +3,4 @@ #codec_id 0: rawvideo #dimensions 0: 128x128 #sar 0: 0/1 -0, 0, 0, 1, 16384, 0x353dbacd +0, 0, 0, 1, 16384, 0xeff50901 |