mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +00:00
avformat/cdg: Don't store avio_size() return value in int
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
f72db93634
commit
0288f85c8f
@ -46,7 +46,7 @@ static int read_probe(const AVProbeData *p)
|
|||||||
static int read_header(AVFormatContext *s)
|
static int read_header(AVFormatContext *s)
|
||||||
{
|
{
|
||||||
AVStream *vst;
|
AVStream *vst;
|
||||||
int ret;
|
int64_t ret;
|
||||||
|
|
||||||
vst = avformat_new_stream(s, NULL);
|
vst = avformat_new_stream(s, NULL);
|
||||||
if (!vst)
|
if (!vst)
|
||||||
|
Loading…
Reference in New Issue
Block a user