Commit 63f74ced authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/cavsdec: reset stc

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0538b29a
......@@ -1161,6 +1161,8 @@ static int cavs_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
return 0;
}
h->stc = 0;
buf_ptr = buf;
buf_end = buf + buf_size;
for(;;) {
......
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