fftools/ffmpeg: reduce -re to -readrate 1

They are exactly equivalent, so there is no point in maintaining a
separate flag for -re.
This commit is contained in:
Anton Khirnov
2023-05-02 15:27:24 +02:00
parent 007ec49db8
commit 0e00d23510
3 changed files with 9 additions and 10 deletions

View File

@@ -484,7 +484,6 @@ typedef struct InputFile {
InputStream **streams;
int nb_streams;
int rate_emu;
float readrate;
int accurate_seek;