summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-09 15:15:32 +0100
committerwm4 <wm4@nowhere>2013-02-10 17:25:57 +0100
commitdd61fac9438a0ba83513c9346debf73e7f9d2b4d (patch)
tree7f8bbec5071f303c2b2eae182f2b67a3a110d84c /demux/demux.h
parenta0987186b91680df473a7273a1eec130d0dd1a60 (diff)
downloadmpv-dd61fac9438a0ba83513c9346debf73e7f9d2b4d.tar.bz2
mpv-dd61fac9438a0ba83513c9346debf73e7f9d2b4d.tar.xz
demux_lavf, ad_lavc, vd_lavc: refactor, cleanup
Rearrange some code to make it easier readable. Remove some dead code, and stop printing AVI headers in demux_lavf. (These are not actual AVI headers, just for internal use.) There should be no functional changes, other than reducing output in verbose 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;