diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-10-25 22:37:13 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-11-17 10:52:58 +0100 |
commit | 0fb7d111e891b7256a44227e193686c41ae6a986 (patch) | |
tree | 28e391caf1bd34a0d7e30d3439e79eefd620596c /fftools/ffmpeg.h | |
parent | 25620b69e0d3b4098add3242872f05cb0e641be5 (diff) | |
download | ffmpeg-0fb7d111e891b7256a44227e193686c41ae6a986.tar.gz |
fftools/ffmpeg: move OutputStream.max_frames to MuxStream
It no longer needs to be visible outside of the muxing code.
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 23850c7573..ad53ad4ce8 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -508,7 +508,6 @@ typedef struct OutputStream { AVRational enc_timebase; AVCodecContext *enc_ctx; - int64_t max_frames; AVFrame *filtered_frame; AVFrame *last_frame; AVFrame *sq_frame; |