summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudio_tablegen.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2020-11-17 23:42:58 +0100
committerAndreas Rheinhardt <[email protected]>2020-12-08 17:51:47 +0100
commit12e941df89aa0e2aa8c6b90bfef9d4127ae7063c (patch)
treed9a56814ff86f7aefbb93b88af03f48d6523f367 /libavcodec/mpegaudio_tablegen.c
parent22140374c8980420a3b5c65fcc11d90a04d35946 (diff)
avcodec/mpegaudio_tablegen: Don't inappropriately use static array
Each invocation of this function is only entered once, so using a static array makes no sense (and given that the whole array is reinitialized at the beginning of this function, it wouldn't even make sense if the function were called multiple times). Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'libavcodec/mpegaudio_tablegen.c')
0 files changed, 0 insertions, 0 deletions