diff libmpcodecs/vd_libmpeg2.c @ 5003:88481d4b9e0e

divx_quality and equalizer support done
author arpi
date Sat, 09 Mar 2002 19:18:46 +0000
parents c32191b02a66
children 9c29ace24f4d
line wrap: on
line diff
--- a/libmpcodecs/vd_libmpeg2.c	Sat Mar 09 17:27:37 2002 +0000
+++ b/libmpcodecs/vd_libmpeg2.c	Sat Mar 09 19:18:46 2002 +0000
@@ -34,7 +34,7 @@
 // init driver
 static int init(sh_video_t *sh){
     mpeg2_init();
-    picture->pp_options=0; //divx_quality;
+    picture->pp_options=divx_quality;
     // send seq header to the decoder:  *** HACK ***
     mpeg2_decode_data(NULL,videobuffer,videobuffer+videobuf_len,0);
     mpeg2_allocate_image_buffers (picture);