avcodec/cavsdec: reset stc
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0538b29ae8
commit
63f74cedc9
1 changed files with 2 additions and 0 deletions
|
|
@ -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(;;) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue