diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-28 22:29:36 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-28 22:29:36 +0000 |
| commit | f38fa74e306ea2bbd9b8f34521f6d441e1026e8b (patch) | |
| tree | c32aa08a0feaec5ac5dc1e5839597db304585796 /src/video_out | |
| parent | 3bb37d245783972277f94a8d33f5e6c99e567df9 (diff) | |
| download | xine-lib-f38fa74e306ea2bbd9b8f34521f6d441e1026e8b.tar.gz xine-lib-f38fa74e306ea2bbd9b8f34521f6d441e1026e8b.tar.bz2 | |
re-enabled video window code
CVS patchset: 42
CVS date: 2001/04/28 22:29:36
Diffstat (limited to 'src/video_out')
| -rw-r--r-- | src/video_out/video_out_xv.c | 6 |
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; } |
