summaryrefslogtreecommitdiff
path: root/src/video_out
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out')
-rw-r--r--src/video_out/video_out_xv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c
index ef32ae18e..17a94d1dd 100644
--- a/src/video_out/video_out_xv.c
+++ b/src/video_out/video_out_xv.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out_xv.c,v 1.7 2001/04/28 22:03:03 guenter Exp $
+ * $Id: video_out_xv.c,v 1.8 2001/04/28 22:29:36 guenter Exp $
*
* video_out_xv.c, X11 video extension interface for xine
*
@@ -916,10 +916,10 @@ vo_driver_t *init_video_out_plugin (config_values_t *config, void *visual) {
* init window
*/
- /*
+
xv_calc_format (this, 720, 576, 2);
xv_setup_window (this);
- */
+
return &this->vo_driver;
}