]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/uncodedframecrcenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / uncodedframecrcenc.c
index 2f1a14ca9715954d1ee773ca7557d65bec814fbd..e30fe4ddb92bf56006492b49c377dfb38dc4fc76 100644 (file)
@@ -164,7 +164,7 @@ static int write_packet(struct AVFormatContext *s, AVPacket *pkt)
     return AVERROR(ENOSYS);
 }
 
-AVOutputFormat ff_uncodedframecrc_muxer = {
+const AVOutputFormat ff_uncodedframecrc_muxer = {
     .name              = "uncodedframecrc",
     .long_name         = NULL_IF_CONFIG_SMALL("uncoded framecrc testing"),
     .audio_codec       = AV_CODEC_ID_PCM_S16LE,