summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/video_out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index f4ff125d51..f66b8e95ce 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -53,7 +53,7 @@ int vo_border=1;
int WinID = -1;
int vo_pts=0; // for hw decoding
-float vo_fps=0; // for mp1e rte
+float vo_fps=0;
char *vo_subdevice = NULL;
int vo_directrendering=0;