mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-20 04:00:45 +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…
x
Reference in New Issue
Block a user