summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-05-07 16:19:38 +0200
committerAnton Khirnov <anton@khirnov.net>2023-05-15 13:32:02 +0200
commitc5d77dcbf12c241059743f001a243406b7381acb (patch)
tree336705d3ff486739df0751ecbece3aef719ac21d /fftools/ffmpeg.h
parentab223a4d8cdcbf3b7b6b9b6c3ecc95203a342f5c (diff)
downloadffmpeg-c5d77dcbf12c241059743f001a243406b7381acb.tar.gz
fftools/ffmpeg_demux: move InputFile.ts_offset_discont,last_ts to private data
They are no longer used outside of ffmpeg_demux.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 5863ca1faf..f88792d7eb 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -455,11 +455,6 @@ typedef struct InputFile {
*/
int64_t start_time_effective;
int64_t ts_offset;
- /**
- * Extra timestamp offset added by discontinuity handling.
- */
- int64_t ts_offset_discont;
- int64_t last_ts;
int64_t start_time; /* user-specified start time in AV_TIME_BASE or AV_NOPTS_VALUE */
int64_t recording_time;