]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tee.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / tee.c
index c0b69a386c65dcc7e5f08e77ad60e251f066609b..f33cbea98c0870009bb97c28a5f23be319f79ee8 100644 (file)
@@ -606,7 +606,7 @@ static int tee_write_packet(AVFormatContext *avf, AVPacket *pkt)
     return ret_all;
 }
 
-AVOutputFormat ff_tee_muxer = {
+const AVOutputFormat ff_tee_muxer = {
     .name              = "tee",
     .long_name         = NULL_IF_CONFIG_SMALL("Multiple muxer tee"),
     .priv_data_size    = sizeof(TeeContext),