summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 7cb65b9bcc..af4ceaff16 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -127,10 +127,6 @@ typedef struct sh_audio {
typedef struct sh_video {
SH_COMMON
- float timer; // absolute time in video stream, since last start/seek
- // frame counters:
- float num_frames; // number of frames played
- int num_frames_decoded; // number of frames decoded
double i_pts; // PTS for the _next_ I/P frame (internal mpeg demuxing)
float next_frame_time;
double last_pts;