diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-04-15 17:05:45 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-04-28 01:28:14 +0200 |
commit | a655b0a50656326d9b0bcec9df3b5a0f4c32da15 (patch) | |
tree | 6b040c101d64ed3229bfa41b8e88266579d37e05 /tests | |
parent | 84a80ac15de802dfea32d83206deafadbd1947cb (diff) | |
download | ffmpeg-a655b0a50656326d9b0bcec9df3b5a0f4c32da15.tar.gz |
avcodec/pgxdec: Use unsigned types for unsigned values
Both AV_PIX_FMT_GRAY8 and AV_PIX_FMT_GRAY16 use unsigned values,
not signed ones. The fact that the input might be signed
in some cases in the original format doesn't change this.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions