Update of /cvsroot/xine/xine-lib/src/libdts
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25254/src/libdts

Modified Files:
        xine_decoder.c 
Log Message:
Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").

Index: xine_decoder.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/libdts/xine_decoder.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- xine_decoder.c      10 Jul 2006 22:08:29 -0000      1.66
+++ xine_decoder.c      20 Feb 2007 00:34:57 -0000      1.67
@@ -201,7 +201,7 @@
       }
 #endif
 
-      lprintf("length=%d pts=%lld\n",this->ac5_pcm_length,audio_buffer->vpts);
+      lprintf("length=%d 
pts=%"PRId64"\n",this->ac5_pcm_length,audio_buffer->vpts);
 
       audio_buffer->num_frames = this->ac5_pcm_length;
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to