diff mbox series

[FFmpeg-devel] fftools/ffmpeg: Remove unused fields

Message ID AM7PR03MB66607FB08B509F7F960B62608FCF9@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit bc046b715ed2790fbcc9aa2eb6ac318eeb4fbe45
Headers show
Series [FFmpeg-devel] fftools/ffmpeg: Remove unused fields | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished

Commit Message

Andreas Rheinhardt Sept. 3, 2021, 5:02 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 fftools/ffmpeg.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Paul B Mahol Sept. 3, 2021, 5:11 p.m. UTC | #1
lgtm
diff mbox series

Patch

diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index b21a2376d2..8184099b05 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -360,8 +360,6 @@  typedef struct InputStream {
         unsigned int initialize; ///< marks if sub2video_update should force an initialization
     } sub2video;
 
-    int dr1;
-
     /* decoded data from this stream goes into all those filters
      * currently video and audio only */
     InputFilter **filters;
@@ -413,7 +411,6 @@  typedef struct InputFile {
     int64_t ts_offset;
     int64_t last_ts;
     int64_t start_time;   /* user-specified start time in AV_TIME_BASE or AV_NOPTS_VALUE */
-    int seek_timestamp;
     int64_t recording_time;
     int nb_streams;       /* number of stream that ffmpeg is aware of; may be different
                              from ctx.nb_streams if new streams appear during av_read_frame() */