Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-09-04 15:25:23 +0300
committerAnton Khirnov <anton@khirnov.net>2022-10-04 12:55:03 +0300
commit76678b71372a55cd1e4f431d1fa4b7c604ba83c3 (patch)
tree61b7ae888385aed9c3198c2de3477cef279edf74 /fftools/ffmpeg.h
parent5188aeaffba877cc42df2bb45b03397a32a3392b (diff)
fftools/ffmpeg: drop never-set OutputStream.first_pts
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 812e1a07c5..2a49634a53 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -495,9 +495,6 @@ typedef struct OutputStream {
/* input pts and corresponding output pts
for A/V sync */
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 */
- int64_t first_pts;
/* dts of the last packet sent to the muxing queue, in AV_TIME_BASE_Q */
int64_t last_mux_dts;
/* pts of the last frame received from the filters, in AV_TIME_BASE_Q */