1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-07-16 22:42:38 +02:00

fftools/ffmpeg: remove OutputStream.sync_ist

It is not actually used for anything.
This commit is contained in:
Anton Khirnov
2022-08-03 11:54:08 +02:00
parent 8e092c3eac
commit 49123dd058
3 changed files with 6 additions and 17 deletions

View File

@ -468,7 +468,6 @@ typedef struct OutputStream {
int64_t vsync_frame_number;
/* input pts and corresponding output pts
for A/V sync */
struct InputStream *sync_ist; /* input stream to sync against */
int64_t sync_opts; /* output frame counter, could be changed to some true timestamp */ // FIXME look at frame_number
/* pts of the first frame encoded for this stream, used for limiting
* recording time */