summaryrefslogtreecommitdiffstats
path: root/demux/demux.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/demux.h
parent9bb7935ce186d55aaaafd708e7559345082ecabc (diff)
downloadmpv-32ad3138445dbf4ac16199ced2ad239a1a8c4e3f.tar.bz2
mpv-32ad3138445dbf4ac16199ced2ad239a1a8c4e3f.tar.xz
demux: remove some more minor unused things
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/demux/demux.h b/demux/demux.h
index aa36d2f224..84ed95ceb2 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -96,10 +96,6 @@ typedef struct demux_stream {
double pts; // current buffer's pts
int pts_bytes; // number of bytes read after last pts stamp
int eof; // end of demuxed stream? (true if all buffer empty)
- int64_t pos; // position in the input stream (file)
- int64_t dpos; // position in the demuxed stream
- int pack_no; // serial number of packet
- bool keyframe; // keyframe flag of current packet
//---------------
int fill_count; // number of unsuccessful tries to get a packet
int packs; // number of packets in buffer
@@ -189,9 +185,7 @@ typedef struct demuxer {
int64_t movi_end;
struct stream *stream;
double stream_pts; // current stream pts, if applicable (e.g. dvd)
- double reference_clock;
char *filename; // Needed by avs_check_file
- int synced; // stream synced (used by mpeg)
enum demuxer_type type;
/* Normally the file_format field is just a copy of the type field above.
* There are 2 exceptions I noticed. Internal demux_avi may force