wmapro: unref skipped frames

This commit is contained in:
Janne Grunau 2013-03-10 22:13:03 +01:00
parent e3232f3431
commit 08149b2b39
1 changed files with 1 additions and 0 deletions

View File

@ -1388,6 +1388,7 @@ static int decode_frame(WMAProDecodeCtx *s, AVFrame *frame, int *got_frame_ptr)
if (s->skip_frame) {
s->skip_frame = 0;
*got_frame_ptr = 0;
av_frame_unref(frame);
} else {
*got_frame_ptr = 1;
}