mirror of https://git.ffmpeg.org/ffmpeg.git
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