mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 06:20:29 +00:00
s/u_char/uint8_t/
Originally committed as revision 4124 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
17929c0468
commit
f40487c282
@ -45,9 +45,9 @@ X264_log(void *p, int level, const char *fmt, va_list args)
|
||||
|
||||
|
||||
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++){
|
||||
|
Loading…
Reference in New Issue
Block a user