]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtmpproto.c
avfilter/vf_vectorscope: improve green graticule visibility
[ffmpeg] / libavformat / rtmpproto.c
index a5485ab9e81e7f59c3806e3c01c467a4eefaa488..ee8c8a6faa71645d4fe84db7df2c1067ae36bb48 100644 (file)
@@ -3110,7 +3110,7 @@ static const AVClass flavor##_class = {          \
     .version    = LIBAVUTIL_VERSION_INT,         \
 };                                               \
                                                  \
-URLProtocol ff_##flavor##_protocol = {           \
+const URLProtocol ff_##flavor##_protocol = {     \
     .name           = #flavor,                   \
     .url_open       = rtmp_open,                 \
     .url_read       = rtmp_read,                 \