]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtspenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / rtspenc.c
index c32022743887bcbf2b7cf1086c85e933575ab927..e0fed1eebe2220acd597365b152202eb27761cc3 100644 (file)
@@ -240,7 +240,7 @@ static int rtsp_write_close(AVFormatContext *s)
     return 0;
 }
 
-AVOutputFormat ff_rtsp_muxer = {
+const AVOutputFormat ff_rtsp_muxer = {
     .name              = "rtsp",
     .long_name         = NULL_IF_CONFIG_SMALL("RTSP output"),
     .priv_data_size    = sizeof(RTSPState),