fftools/ffmpeg: also flush encoders which have a variable frame size

Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
Marton Balint 2020-03-25 00:27:45 +01:00
parent 14dd0a9057
commit 4e0cf81b49
1 changed files with 0 additions and 3 deletions

View File

@ -1915,9 +1915,6 @@ static void flush_encoders(void)
}
}
if (enc->codec_type == AVMEDIA_TYPE_AUDIO && enc->frame_size <= 1)
continue;
if (enc->codec_type != AVMEDIA_TYPE_VIDEO && enc->codec_type != AVMEDIA_TYPE_AUDIO)
continue;