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
dxa: signal EOF
Fixes
#1948
. Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.1
Paul B Mahol
12 years ago
parent
dd154198b1
commit
c5008135c2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/dxa.c
+ 1
- 1
libavformat/dxa.c
View File
@@ -212,7 +212,7 @@ static int dxa_read_packet(AVFormatContext *s, AVPacket *pkt)
return -1;
}
}
return AVERROR
(EIO)
;
return AVERROR
_EOF
;
}
AVInputFormat ff_dxa_demuxer = {
Write
Preview
Loading…
Cancel
Save