From 3447951c9d2e742ae002b187e03cc63f244c7a2f Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Wed, 21 Mar 2001 20:46:42 +0000 Subject: [PATCH] fixed Quality setting git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@185 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/dshow/test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);