aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/ffmpeg_legacy
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/ffmpeg_legacy')
-rw-r--r--src/plugins/Input/ffmpeg_legacy/decoder_ffmpeg.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Input/ffmpeg_legacy/decoder_ffmpeg.cpp b/src/plugins/Input/ffmpeg_legacy/decoder_ffmpeg.cpp
index 022a4b8ae..d8d657880 100644
--- a/src/plugins/Input/ffmpeg_legacy/decoder_ffmpeg.cpp
+++ b/src/plugins/Input/ffmpeg_legacy/decoder_ffmpeg.cpp
@@ -73,6 +73,8 @@ DecoderFFmpeg::DecoderFFmpeg(const QString &path, QIODevice *i)
m_output_at = 0;
m_skipBytes = 0;
m_stream = 0;
+ c = 0;
+ wma_idx = 0;
av_init_packet(&m_pkt);
av_init_packet(&m_temp_pkt);
}