Commit cb14d302 authored by Nicolas George's avatar Nicolas George

lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).

parent 0bac7a43
...@@ -256,7 +256,7 @@ redo: ...@@ -256,7 +256,7 @@ redo:
if (avio_feof(s->pb)) if (avio_feof(s->pb))
return AVERROR_EOF; return AVERROR_EOF;
// FIXME we should remember header_state // FIXME we should remember header_state
return AVERROR(EAGAIN); return FFERROR_REDO;
} }
if (startcode == PACK_START_CODE) if (startcode == PACK_START_CODE)
......
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