[MPlayer-cvslog] CVS: main/libmpdemux mpeg_hdr.c,1.12,1.13

Dominik Mierzejewski CVS syncmail at mplayerhq.hu
Wed Apr 20 17:11:43 CEST 2005


CVS change done by Dominik Mierzejewski CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv3145

Modified Files:
	mpeg_hdr.c 
Log Message:
reversed my previous change and uncommented #include <inttypes.h>
I'll drink my 10l of cola, but Loren still deserves his share.

Index: mpeg_hdr.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/mpeg_hdr.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mpeg_hdr.c	19 Apr 2005 21:17:39 -0000	1.12
+++ mpeg_hdr.c	20 Apr 2005 15:11:40 -0000	1.13
@@ -1,7 +1,7 @@
 
 // based on libmpeg2/header.c by Aaron Holtzman <aholtzma at ess.engr.uvic.ca>
 
-// #include <inttypes.h>
+#include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>
 




More information about the MPlayer-cvslog mailing list