X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fgxf.c;h=5d42ff68377c64f0638336ce1064755fcdbcbeeb;hb=c0b47d1914a19abacdf1edf081cbf07485952920;hp=e557370f876580868cb6f196824b1de47f8476ab;hpb=1c27359867cfd6b3a8f0d3d03144f183ccda694b;p=ffmpeg diff --git a/libavformat/gxf.c b/libavformat/gxf.c index e557370f876..5d42ff68377 100644 --- a/libavformat/gxf.c +++ b/libavformat/gxf.c @@ -527,7 +527,7 @@ static int gxf_packet(AVFormatContext *s, AVPacket *pkt) { return ret; } - return AVERROR(EIO); + return AVERROR_EOF; } static int gxf_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) {