Commit 535af2c2 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mpegvideo_enc/frame_end(): remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9a0d719b
......@@ -1470,8 +1470,6 @@ no_output_pic:
static void frame_end(MpegEncContext *s)
{
int i;
if (s->unrestricted_mv &&
s->current_picture.reference &&
!s->intra_only) {
......
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