mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-21 06:16:59 +00:00
lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).
This commit is contained in:
parent
0bac7a436b
commit
cb14d30240
@ -256,7 +256,7 @@ redo:
|
||||
if (avio_feof(s->pb))
|
||||
return AVERROR_EOF;
|
||||
// FIXME we should remember header_state
|
||||
return AVERROR(EAGAIN);
|
||||
return FFERROR_REDO;
|
||||
}
|
||||
|
||||
if (startcode == PACK_START_CODE)
|
||||
|
Loading…
Reference in New Issue
Block a user