[Ffmpeg-cvslog] CVS: ffmpeg/libavformat oggparsevorbis.c,1.1,1.2
Dario Andrade
dario
Mon Apr 11 09:19:15 CEST 2005
> Update of /cvsroot/ffmpeg/ffmpeg/libavformat
> In directory mail:/var2/tmp/cvs-serv17499/libavformat
>
> Modified Files:
> oggparsevorbis.c
> Log Message:
> s/u_char/uint8_t/
>
>
x264.c also contains the undefined "u_char". My local cvs copy diffs from
HEAD:
diff -r1.4 x264.c
48c48
< 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)
50c50
< u_char *p = buf;
---
> uint8_t *p = buf;
--
Dario
More information about the ffmpeg-cvslog
mailing list