X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsegment.c;h=74106445e6ef0a66dcf86ec49c50a3ff6bf2a3ac;hb=3749eede66c3774799766b1f246afae8a6ffc9bb;hp=faa8eb8f920e537e4ee86af32def8c3f412bd16e;hpb=e5af9203098a889f36b759652615046254d45102;p=ffmpeg diff --git a/libavformat/segment.c b/libavformat/segment.c index faa8eb8f920..74106445e6e 100644 --- a/libavformat/segment.c +++ b/libavformat/segment.c @@ -178,12 +178,6 @@ static int segment_mux_init(AVFormatContext *s) } else { opar->codec_tag = 0; } -#if FF_API_LAVF_AVCTX -FF_DISABLE_DEPRECATION_WARNINGS - if (ipar->codec_tag == MKTAG('t','m','c','d')) - st->codec->time_base = ist->codec->time_base; -FF_ENABLE_DEPRECATION_WARNINGS -#endif } return 0;