You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
rl2: return EOF on EOF
Fixes Ticket1947 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -232,7 +232,7 @@ static int rl2_read_packet(AVFormatContext *s,
|
||||
}
|
||||
|
||||
if(stream_id == -1)
|
||||
return AVERROR(EIO);
|
||||
return AVERROR_EOF;
|
||||
|
||||
++rl2->index_pos[stream_id];
|
||||
|
||||
|
Reference in New Issue
Block a user