diff options
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/lxfdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/lxfdec.c b/libavformat/lxfdec.c index 7c3d065bce..696e112c2d 100644 --- a/libavformat/lxfdec.c +++ b/libavformat/lxfdec.c @@ -305,7 +305,7 @@ static int lxf_read_packet(AVFormatContext *s, AVPacket *pkt) if (stream > 1) { av_log(s, AV_LOG_WARNING, "got packet with illegal stream index %"PRIu32"\n", stream); - return AVERROR(EAGAIN); + return FFERROR_REDO; } if (stream == 1 && s->nb_streams < 2) { |