diff options
author | albeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-03-30 17:07:31 +0000 |
---|---|---|
committer | albeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-03-30 17:07:31 +0000 |
commit | 5787833ca99a5ebe2d6e2ff06eac46edbdc33f56 (patch) | |
tree | 43f4da82873024dc79e3b6d42f614a0a3722efaa /libmpdemux/mf.c | |
parent | ceb7c49670c2f200737f8be72e8ce55cc106c07b (diff) | |
download | mpv-5787833ca99a5ebe2d6e2ff06eac46edbdc33f56.tar.bz2 mpv-5787833ca99a5ebe2d6e2ff06eac46edbdc33f56.tar.xz |
Stream cleanup, don't use blah_on options anymore.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9747 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/mf.c')
-rw-r--r-- | libmpdemux/mf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpdemux/mf.c b/libmpdemux/mf.c index 6d874eaf8b..908aa98449 100644 --- a/libmpdemux/mf.c +++ b/libmpdemux/mf.c @@ -18,7 +18,6 @@ #include "mf.h" -int mf_support = 0; int mf_w = 0; //352; // let codecs to detect it int mf_h = 0; //288; float mf_fps = 25.0; |