This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
rl2: return EOF on EOF
Fixes Ticket1947 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer
12 years ago
parent
eeb111d364
commit
d4d8d4f786
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/rl2.c
+ 1
- 1
libavformat/rl2.c
View File
@@ -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];
Write
Preview
Loading…
Cancel
Save