mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-18 04:47:12 +00:00
bethsoftvid: signal EOF
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
425d0888c3
commit
1ed7ca00dc
@ -210,7 +210,7 @@ static int vid_read_packet(AVFormatContext *s,
|
||||
int ret_value;
|
||||
|
||||
if(vid->is_finished || url_feof(pb))
|
||||
return AVERROR(EIO);
|
||||
return AVERROR_EOF;
|
||||
|
||||
block_type = avio_r8(pb);
|
||||
switch(block_type){
|
||||
|
Loading…
Reference in New Issue
Block a user