From 9dc3493220ea70da13f4d0b762a66d6ec70b2ece Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 30 Sep 2003 20:10:05 +0000 Subject: Improve quality of encoding and decoding quite a bit Original commit message from CVS: Improve quality of encoding and decoding quite a bit --- ext/divx/gstdivxdec.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/divx/gstdivxdec.c') diff --git a/ext/divx/gstdivxdec.c b/ext/divx/gstdivxdec.c index 011836f9..e1cfd2c9 100644 --- a/ext/divx/gstdivxdec.c +++ b/ext/divx/gstdivxdec.c @@ -220,6 +220,8 @@ gst_divxdec_setup (GstDivxDec *divxdec) /* initialize the handle */ memset(&xinit, 0, sizeof(DEC_INIT)); + xinit.smooth_playback = 0; + xinit.codec_version = 500; if ((ret = decore(&handle, DEC_OPT_INIT, &xinit, NULL)) != 0) { gst_element_error(GST_ELEMENT(divxdec), "Error initializing divx decoding library: %s (%d)", -- cgit v1.2.1