diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-29 17:31:58 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-29 17:31:58 +0000 |
commit | 98feb0179d79ae56ae9898b7be7db63f2913f93b (patch) | |
tree | e978259857a67dc32b0e937752e108bfc8319b73 /libvo/video_out.c | |
parent | f1e6f33f26a53ce3541da8a922eb7308efb4f917 (diff) | |
download | mpv-98feb0179d79ae56ae9898b7be7db63f2913f93b.tar.bz2 mpv-98feb0179d79ae56ae9898b7be7db63f2913f93b.tar.xz |
Newest DXR3 patch (improved 1.0rc2) by David Holm.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3202 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r-- | libvo/video_out.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c index 3f4defa925..dcc4344c93 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -44,6 +44,7 @@ int vo_doublebuffering = 0; int vo_fsmode = 0; int vo_pts=0; // for hw decoding +float vo_fps=0; // for mp1e rte char *vo_subdevice = NULL; |