summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-08 23:18:31 +0200
committerwm4 <wm4@nowhere>2013-07-10 02:00:46 +0200
commit32ad3138445dbf4ac16199ced2ad239a1a8c4e3f (patch)
tree66fabc1653a6666c213c41dfca292c0e63e7c046 /demux/stheader.h
parent9bb7935ce186d55aaaafd708e7559345082ecabc (diff)
downloadmpv-32ad3138445dbf4ac16199ced2ad239a1a8c4e3f.tar.bz2
mpv-32ad3138445dbf4ac16199ced2ad239a1a8c4e3f.tar.xz
demux: remove some more minor unused things
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 628a2b73f2..15c55fdeda 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -116,7 +116,6 @@ typedef struct sh_audio {
typedef struct sh_video {
SH_COMMON
- double i_pts; // PTS for the _next_ I/P frame (internal mpeg demuxing)
float next_frame_time;
double last_pts;
double buffered_pts[32];