mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
dxa: signal EOF
Fixes #1948. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
dd154198b1
commit
c5008135c2
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user