mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
parent
93b35a0555
commit
b09a092edd
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ static int libsmbc_read(URLContext *h, unsigned char *buf, int size)
|
|||
return ret;
|
||||
}
|
||||
|
||||
return bytes_read;
|
||||
return bytes_read ? bytes_read : AVERROR_EOF;
|
||||
}
|
||||
|
||||
static int libsmbc_write(URLContext *h, const unsigned char *buf, int size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue