]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/framecrcenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / framecrcenc.c
index 4e6204930582df55bdc5223a91a65120fc21d483..eb58d251d2033e11c1fdff8a4e0df494abb7b7cc 100644 (file)
@@ -129,7 +129,7 @@ static int framecrc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
     return 0;
 }
 
-AVOutputFormat ff_framecrc_muxer = {
+const AVOutputFormat ff_framecrc_muxer = {
     .name              = "framecrc",
     .long_name         = NULL_IF_CONFIG_SMALL("framecrc testing"),
     .audio_codec       = AV_CODEC_ID_PCM_S16LE,