diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-03-30 13:40:58 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-04-02 09:25:30 +0200 |
commit | ffa56f73a9bc5505a0d4d1e1e04a65bf10113dee (patch) | |
tree | c5c092a18f959ac76706243c8c7c701879b296a2 /fftools/cmdutils.c | |
parent | 2204efc2a656ae60d77a4d01c6cf8e7d6baaf030 (diff) | |
download | ffmpeg-ffa56f73a9bc5505a0d4d1e1e04a65bf10113dee.tar.gz |
avcodec/ac3dec: Read spx flags at once, not one bit at a time
Doing so gets rid of a stupid GCC -Wstringop-overflow= warning
(GCC somehow believes that fbw_channels can be 7 with the old
form of the code, so that channel_uses_spx[7] would be written
to, but now it no longer believes so).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'fftools/cmdutils.c')
0 files changed, 0 insertions, 0 deletions