X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.c;h=cecd7635844d4fb158646a0ecccf29cd48d4bda1;hb=c65eb7907c49cb20ac46ba8d05d9894a7d6671d3;hp=6c3994f0d4ec308c49a1cff19e702db44d2387c6;hpb=845bf99312d93d06760e0d2e453dec52b3b3e2d4;p=ffmpeg diff --git a/ffmpeg.c b/ffmpeg.c index 6c3994f0d4e..cecd7635844 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3212,6 +3212,7 @@ static int transcode(void) av_freep(&ost->st->codec->subtitle_header); av_free(ost->forced_kf_pts); av_dict_free(&ost->opts); + av_dict_free(&ost->resample_opts); } } }