ffplay: avoid frame data leak on early frame drop

Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
Marton Balint 2013-03-23 02:25:33 +01:00
parent dda04a5899
commit c46a8c613e
1 changed files with 1 additions and 0 deletions

View File

@ -1700,6 +1700,7 @@ static int get_video_frame(VideoState *is, AVFrame *frame, int64_t *pts, AVPacke
is->frame_last_dropped_pos = pkt->pos;
is->frame_last_dropped_pts = dpts;
is->frame_drops_early++;
av_frame_unref(frame);
ret = 0;
}
}