mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
+1
-1
@@ -110,7 +110,7 @@ static int cdxl_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
int64_t pos;
|
||||
int ret;
|
||||
|
||||
if (pb->eof_reached)
|
||||
if (url_feof(pb))
|
||||
return AVERROR_EOF;
|
||||
|
||||
pos = avio_tell(pb);
|
||||
|
||||
Reference in New Issue
Block a user