mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avformat/cdg: Don't store avio_size() return value in int
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
cee70b9f1b
commit
29aa499fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ static int read_probe(const AVProbeData *p)
|
|||
static int read_header(AVFormatContext *s)
|
||||
{
|
||||
AVStream *vst;
|
||||
int ret;
|
||||
int64_t ret;
|
||||
|
||||
vst = avformat_new_stream(s, NULL);
|
||||
if (!vst)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue