changeset 184:385a68be7494

fixed Quality setting
author arpi_esp
date Wed, 21 Mar 2001 20:46:42 +0000
parents c2f246c2411d
children b2dfe79ffb9f
files loader/dshow/test.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/dshow/test.c	Wed Mar 21 20:34:05 2001 +0000
+++ b/loader/dshow/test.c	Wed Mar 21 20:46:42 2001 +0000
@@ -29,9 +29,10 @@
 //    DS_VideoDecoder_SetDestFmt(16,fccYUY2);
     DS_VideoDecoder_SetDestFmt(24,0);
 
+    printf("DivX setting result = %d\n", DS_SetAttr_DivX("Quality",4) );
+
     DS_VideoDecoder_Start();
 
-    printf("DivX setting result = %d\n", DS_SetValue_DivX("Quality",100) );
     printf("DivX setting result = %d\n", DS_SetValue_DivX("Brightness",60) );
 
     DS_VideoDecoder_DecodeFrame(src, len, 1, 1);