mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02: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