diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-03-30 12:49:07 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-04-02 09:25:24 +0200 |
commit | 2204efc2a656ae60d77a4d01c6cf8e7d6baaf030 (patch) | |
tree | e740ddd3a1989e1d499eb877f108ed28cf0d4098 /fftools/cmdutils.c | |
parent | 839b41991d5ee6b9179fede9a402f7e15f859f0a (diff) | |
download | ffmpeg-2204efc2a656ae60d77a4d01c6cf8e7d6baaf030.tar.gz |
avcodec/dct: Make declarations and definitions match
GCC considers declarations using a parameter of pointer
type (or equivalently a parameter using an array of unspecified
dimensions) to be inconsistent with a declaration using
a known-length array type and emits a -Warray-parameter warning
for several ff_j_rev_dct* functions for this.
This patch makes the declarations match the actual definitions
to suppress these (IMO nonsensical) warnings.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'fftools/cmdutils.c')
0 files changed, 0 insertions, 0 deletions