diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-08-03 11:54:08 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-08-08 16:20:58 +0200 |
commit | 49123dd05814901fa198c31de62c70a7d482288c (patch) | |
tree | 684c3e92fa1c82fb9c0180c0924d0aa49e04b25d /fftools/ffmpeg.h | |
parent | 8e092c3eac399d457e470decffa1081251d00648 (diff) | |
download | ffmpeg-49123dd05814901fa198c31de62c70a7d482288c.tar.gz |
fftools/ffmpeg: remove OutputStream.sync_ist
It is not actually used for anything.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r-- | fftools/ffmpeg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index 69e4758a2d..b7d62957f8 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -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 */ |