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
commit
c5008135c2
1 changed files with 1 additions and 1 deletions
  1. +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 = {


Loading…
Cancel
Save