]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/sapenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / sapenc.c
index dc1c210408261a4343c4d2e84e47bed4359471b8..1374a09906adcc58398fdc8963dd050bbf39f1a5 100644 (file)
@@ -267,7 +267,7 @@ static int sap_write_packet(AVFormatContext *s, AVPacket *pkt)
     return ff_write_chained(rtpctx, 0, pkt, s, 0);
 }
 
-AVOutputFormat ff_sap_muxer = {
+const AVOutputFormat ff_sap_muxer = {
     .name              = "sap",
     .long_name         = NULL_IF_CONFIG_SMALL("SAP output"),
     .priv_data_size    = sizeof(struct SAPState),