mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavf: use a fixed width type
It's shorter and more consistent with the rest of the code.
This commit is contained in:
parent
c1868e7ee7
commit
8b76362836
@ -243,7 +243,7 @@ int av_probe_input_buffer(AVIOContext *pb, AVInputFormat **fmt,
|
||||
unsigned int offset, unsigned int max_probe_size)
|
||||
{
|
||||
AVProbeData pd = { filename ? filename : "" };
|
||||
unsigned char *buf = NULL;
|
||||
uint8_t *buf = NULL;
|
||||
int ret = 0, probe_size;
|
||||
|
||||
if (!max_probe_size) {
|
||||
|
Loading…
Reference in New Issue
Block a user