X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavformat%2Favio_internal.h;h=e67ba738122db9998e9cad6ef74ec4fb101c8c9e;hb=a5ef7960fc96ed773acc4149104d6acf534e8a87;hp=4f4a428a4c76b9e3ccf3a3f634d252c9dd6e0b2b;hpb=91062ddef18e94d54e4b37b288c77c11947d8756;p=ffmpeg diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h index 4f4a428a4c7..e67ba738122 100644 --- a/libavformat/avio_internal.h +++ b/libavformat/avio_internal.h @@ -52,7 +52,7 @@ int ffio_init_context(AVIOContext *s, * will be a copy of buf * @return number of bytes read or AVERROR */ -int ffio_read_indirect(AVIOContext *s, unsigned char *buf, int size, unsigned char **data); +int ffio_read_indirect(AVIOContext *s, unsigned char *buf, int size, const unsigned char **data); /** * Read size bytes from AVIOContext into buf.