fftools/ffmpeg: move seek_to_start() to ffmpeg_demux.c

Reduces the diff in the following commit.
This commit is contained in:
Anton Khirnov
2022-03-22 09:58:06 +01:00
parent 57d75ca031
commit b99462cd27
3 changed files with 80 additions and 79 deletions

View File

@@ -715,5 +715,6 @@ int init_input_threads(void);
int init_input_thread(int i);
void free_input_threads(void);
void free_input_thread(int i);
int seek_to_start(InputFile *ifile, AVFormatContext *is);
#endif /* FFTOOLS_FFMPEG_H */