mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-21 14:26:59 +00:00
avcodec/mpegvideo_enc/frame_end(): remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9a0d719b10
commit
535af2c222
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user