1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-17 04:22:41 +00:00

don't print error if no error

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8189 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-11-14 11:15:17 +00:00
parent 324cbc7141
commit 283e6c07ed

View File

@ -287,7 +287,7 @@ if(!codec_inited){
#endif
cres=ImageCodecBandDecompress(ci,&decpar);
printf("ImageCodecBandDecompress cres=0x%X (-0x%X) %d\n",cres,-cres,cres);
if(cres&0xFFFF) printf("ImageCodecBandDecompress cres=0x%X (-0x%X) %d\n",cres,-cres,cres);
++decpar.frameNumber;