summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/demux/demux.h b/demux/demux.h
index c1e6c3be1c..621df5efcb 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -131,8 +131,6 @@ typedef struct demux_stream {
// ---- asf -----
struct demux_packet *asf_packet; // read asf fragments here
int asf_seq;
-// ---- mov -----
- unsigned int ss_mul, ss_div;
// ---- stream header ----
void *sh; // points to sh_audio or sh_video
} demux_stream_t;