mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
rl2: return EOF on EOF
Fixes Ticket1947 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
eeb111d364
commit
d4d8d4f786
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue