diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-08-06 18:10:19 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-08-07 21:51:42 +0200 |
commit | 127da193d4935b44dc70e0fe0c342f7d35908180 (patch) | |
tree | cf39aab7952eefb1c5e2073b4aecf14a5e7150f5 /libavcodec/takdsp.h | |
parent | 6a4f851df7b627256b35314c59e80dfaf5dbfe23 (diff) | |
download | ffmpeg-127da193d4935b44dc70e0fe0c342f7d35908180.tar.gz |
avcodec/acelp_vectors: Add missing brackets
Before 3793caa5e2d1d16ed45771574b2ffc932497cfcf the code was
"if (...) do { ... } while (...);". After said commit this became
"if (...) av_assert0(...); do { ... } while (...);", i.e. the loop
is always executed. This commit changes the logic to what it was before
said commit. Notice that the condition is always true in FATE, so no
changes are necessary there.
This fixes a -Wmisleading-indentation warning from GCC 11.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/takdsp.h')
0 files changed, 0 insertions, 0 deletions