git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
17929c0
)
s/u_char/uint8_t/
author
Måns Rullgård
<mans@mansr.com>
Tue, 12 Apr 2005 22:20:02 +0000
(22:20 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Tue, 12 Apr 2005 22:20:02 +0000
(22:20 +0000)
Originally committed as revision 4124 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x264.c
patch
|
blob
|
history
diff --git
a/libavcodec/x264.c
b/libavcodec/x264.c
index
d4c5932
..
79f82b8
100644
(file)
--- a/
libavcodec/x264.c
+++ b/
libavcodec/x264.c
@@
-45,9
+45,9
@@
X264_log(void *p, int level, const char *fmt, va_list args)
static int
static int
-encode_nals(u
_char
*buf, int size, x264_nal_t *nals, int nnal)
+encode_nals(u
int8_t
*buf, int size, x264_nal_t *nals, int nnal)
{
{
- u
_char
*p = buf;
+ u
int8_t
*p = buf;
int i;
for(i = 0; i < nnal; i++){
int i;
for(i = 0; i < nnal; i++){