summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--loader/dshow/test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/dshow/test.c b/loader/dshow/test.c
index 25245a7a6a..0b3a521f47 100644
--- a/loader/dshow/test.c
+++ b/loader/dshow/test.c
@@ -29,9 +29,10 @@ int main(int argc,char* argv[]){
// 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);