You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/wma: Remove nonsense volatile
The address of this variable never leaks, so it cannot be modified by anyone else at all. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -79,7 +79,7 @@ av_cold int ff_wma_init(AVCodecContext *avctx, int flags2)
|
|||||||
WMACodecContext *s = avctx->priv_data;
|
WMACodecContext *s = avctx->priv_data;
|
||||||
int i, ret;
|
int i, ret;
|
||||||
float bps1, high_freq;
|
float bps1, high_freq;
|
||||||
volatile float bps;
|
float bps;
|
||||||
int sample_rate1;
|
int sample_rate1;
|
||||||
int coef_vlc_table;
|
int coef_vlc_table;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user