X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fnullenc.c;h=735491372679f8bd0da07417dcc1bf49977317b0;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=fd293d72a6474377102350061ae7d04dba426eed;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/nullenc.c b/libavformat/nullenc.c index fd293d72a64..73549137267 100644 --- a/libavformat/nullenc.c +++ b/libavformat/nullenc.c @@ -26,7 +26,7 @@ static int null_write_packet(struct AVFormatContext *s, AVPacket *pkt) return 0; } -AVOutputFormat ff_null_muxer = { +const AVOutputFormat ff_null_muxer = { .name = "null", .long_name = NULL_IF_CONFIG_SMALL("raw null video"), .audio_codec = AV_NE(AV_CODEC_ID_PCM_S16BE, AV_CODEC_ID_PCM_S16LE),