aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-02-11 07:30:15 +0100
committerAnton Khirnov <anton@khirnov.net>2023-02-20 19:22:22 +0100
commit8a7554a57401ad41949fe355840cc053cb25274d (patch)
tree777015ce3260cf4fc9ff81d61860ba5e74ef82f4 /fftools/ffmpeg.h
parentcd4cd95d5e1cf87f5c0e525fd45d250832c027e9 (diff)
downloadffmpeg-8a7554a57401ad41949fe355840cc053cb25274d.tar.gz
fftools/ffmpeg_demux: add InputStream private data
Move {min,max}_pts to it, which is not used outside of ffmpeg_demux.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index c657f55911..2d48a147b8 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -377,9 +377,6 @@ typedef struct InputStream {
int64_t filter_in_rescale_delta_last;
- int64_t min_pts; /* pts with the smallest value in a current stream */
- int64_t max_pts; /* pts with the higher value in a current stream */
-
// when forcing constant input framerate through -r,
// this contains the pts that will be given to the next decoded frame
int64_t cfr_next_pts;