From 4b353b8743f17453f405c3275cd34b8508d71099 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 17 Jul 2002 16:56:36 +0000 Subject: drop wrong initialization CVS patchset: 2303 CVS date: 2002/07/17 16:56:36 --- src/dxr3/video_out_dxr3.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/dxr3/video_out_dxr3.c b/src/dxr3/video_out_dxr3.c index 93db59441..aa0affd90 100644 --- a/src/dxr3/video_out_dxr3.c +++ b/src/dxr3/video_out_dxr3.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_dxr3.c,v 1.42 2002/07/17 14:58:11 mroi Exp $ + * $Id: video_out_dxr3.c,v 1.43 2002/07/17 16:56:36 mroi Exp $ */ /* mpeg1 encoding video out plugin for the dxr3. @@ -147,8 +147,6 @@ vo_driver_t *init_video_out_plugin(config_values_t *config, void *visual_gen) this->vo_driver.exit = dxr3_exit; this->config = config; - this->aspect = ASPECT_FULL; - this->overlay_enabled = 0; this->swap_fields = config->register_bool(config, "dxr3.enc_swap_fields", 0, _("swap odd and even lines"), NULL, dxr3_update_swap_fields, this); -- cgit v1.2.3