Commit c5008135 authored by Paul B Mahol's avatar Paul B Mahol

dxa: signal EOF

Fixes #1948.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent dd154198
......@@ -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 = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment