Commit 3dde076c authored by michael's avatar michael

Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11507 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5082692f
......@@ -2417,6 +2417,7 @@ retry:
static void flush(AVCodecContext *avctx){
MPADecodeContext *s = avctx->priv_data;
memset(s->synth_buf, 0, sizeof(s->synth_buf));
s->last_buf_size= 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment