[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec x264.c,1.4,1.5

Måns Rullgård CVS mru
Wed Apr 13 00:20:04 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv21096/libavcodec

Modified Files:
	x264.c 
Log Message:
s/u_char/uint8_t/


Index: x264.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/x264.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- x264.c	19 Mar 2005 12:30:01 -0000	1.4
+++ x264.c	12 Apr 2005 22:20:02 -0000	1.5
@@ -45,9 +45,9 @@
 
 
 static int
-encode_nals(u_char *buf, int size, x264_nal_t *nals, int nnal)
+encode_nals(uint8_t *buf, int size, x264_nal_t *nals, int nnal)
 {
-    u_char *p = buf;
+    uint8_t *p = buf;
     int i;
 
     for(i = 0; i < nnal; i++){





More information about the ffmpeg-cvslog mailing list