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)
|
static void frame_end(MpegEncContext *s)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
|
|
||||||
if (s->unrestricted_mv &&
|
if (s->unrestricted_mv &&
|
||||||
s->current_picture.reference &&
|
s->current_picture.reference &&
|
||||||
!s->intra_only) {
|
!s->intra_only) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user