Skip to content
Snippets Groups Projects
Commit c5008135 authored by Paul B Mahol's avatar Paul B Mahol
Browse files

dxa: signal EOF


Fixes #1948.

Signed-off-by: default avatarPaul B Mahol <onemda@gmail.com>
parent dd154198
No related branches found
No related tags found
No related merge requests found
...@@ -212,7 +212,7 @@ static int dxa_read_packet(AVFormatContext *s, AVPacket *pkt) ...@@ -212,7 +212,7 @@ static int dxa_read_packet(AVFormatContext *s, AVPacket *pkt)
return -1; return -1;
} }
} }
return AVERROR(EIO); return AVERROR_EOF;
} }
AVInputFormat ff_dxa_demuxer = { AVInputFormat ff_dxa_demuxer = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment