diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c index c55fe8a837..2899c75521 100644 --- a/libavformat/aviobuf.c +++ b/libavformat/aviobuf.c @@ -1030,7 +1030,7 @@ URLContext* ffio_geturlcontext(AVIOContext *s) if (!s) return NULL; - if (s->opaque && s->read_packet == (int (*)(void *, uint8_t *, int))ffurl_read) + if (s->opaque && s->read_packet == ffurl_read2) return s->opaque; else return NULL;