mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 06:42:03 +00:00
fixed Quality setting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@185 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
01f3160eb8
commit
3447951c9d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user