X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmkvtimestamp_v2.c;h=27c7d7a68be1f7dc64af92702eff5fd597c9adae;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=7ba6691952ca3ddad9cf88d1f9faff68c41b6da3;hpb=d6b62ce1aced9e2456582870382f384581cc7cbb;p=ffmpeg diff --git a/libavformat/mkvtimestamp_v2.c b/libavformat/mkvtimestamp_v2.c index 7ba6691952c..27c7d7a68be 100644 --- a/libavformat/mkvtimestamp_v2.c +++ b/libavformat/mkvtimestamp_v2.c @@ -40,7 +40,7 @@ static int write_packet(AVFormatContext *s, AVPacket *pkt) return 0; } -AVOutputFormat ff_mkvtimestamp_v2_muxer = { +const AVOutputFormat ff_mkvtimestamp_v2_muxer = { .name = "mkvtimestamp_v2", .long_name = NULL_IF_CONFIG_SMALL("extract pts as timecode v2 format, as defined by mkvtoolnix"), .audio_codec = AV_CODEC_ID_NONE,