diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-07-17 16:56:36 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-07-17 16:56:36 +0000 |
commit | 4b353b8743f17453f405c3275cd34b8508d71099 (patch) | |
tree | fd7c72ab4d3bf1467e067980ab67eaa52cc2c3f3 | |
parent | 8fc5159e3d2afc045004e3d4bf96b21186c64406 (diff) | |
download | xine-lib-4b353b8743f17453f405c3275cd34b8508d71099.tar.gz xine-lib-4b353b8743f17453f405c3275cd34b8508d71099.tar.bz2 |
drop wrong initialization
CVS patchset: 2303
CVS date: 2002/07/17 16:56:36
-rw-r--r-- | src/dxr3/video_out_dxr3.c | 4 |
1 files changed, 1 insertions, 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); |