diff options
author | Nelson Gomez <nelson.gomez@microsoft.com> | 2020-04-25 19:37:03 -0700 |
---|---|---|
committer | Josh de Kock <josh@itanimul.li> | 2020-06-14 16:34:07 +0100 |
commit | 360be03b8ad878aba5f8ffa69e106c201d8cae8a (patch) | |
tree | 776b0a44a075e8d62beb06c6b23856fcb2ceb49a /libswscale/swscale_internal.h | |
parent | bc01337db4d196b2c3597bfd1c4431edb8779159 (diff) | |
download | ffmpeg-360be03b8ad878aba5f8ffa69e106c201d8cae8a.tar.gz |
swscale: cosmetic fixes
Signed-off-by: Nelson Gomez <nelson.gomez@microsoft.com>
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r-- | libswscale/swscale_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index b37d650967..1a1b6f0dee 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -131,7 +131,8 @@ typedef void (*yuv2planarX_fn)(const int16_t *filter, int filterSize, * output, this is in uint16_t * @param dstW width of chroma planes */ -typedef void (*yuv2interleavedX_fn)(enum AVPixelFormat dstFormat, const uint8_t *chrDither, +typedef void (*yuv2interleavedX_fn)(enum AVPixelFormat dstFormat, + const uint8_t *chrDither, const int16_t *chrFilter, int chrFilterSize, const int16_t **chrUSrc, |