mirror of https://github.com/FFmpeg/FFmpeg.git
AV_PIX_FMT_GRAY8/16 are considered YUV formats, and the color_range is not set - so the API user will have to assume limitted range. (Unless the API user adds a special-case for the PNG decoder.) Just export the correct range - full range. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>pull/135/merge
parent
3b12335395
commit
72e7553125
3 changed files with 4 additions and 2 deletions
@ -1,2 +1,2 @@ |
||||
#tb 0: 1/25 |
||||
0, 0, 0, 1, 49152, 0x93ce1cd5 |
||||
0, 0, 0, 1, 49152, 0x0801ce78 |
||||
|
@ -1,2 +1,2 @@ |
||||
#tb 0: 1/25 |
||||
0, 0, 0, 1, 49152, 0xed73bf03 |
||||
0, 0, 0, 1, 49152, 0x5a1481f8 |
||||
|
Loading…
Reference in new issue