mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +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