From 33ff943f70f04035942a68c725f6cf3426df0677 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 8 May 2013 23:43:19 +0200 Subject: ffmpeg: add -apad option which injects a apad filter only in the presence of video streams Signed-off-by: Michael Niedermayer --- ffmpeg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index 1f61d29fbb..15c2a29371 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3260,6 +3260,7 @@ static int transcode(void) } av_freep(&ost->st->codec->subtitle_header); av_freep(&ost->forced_kf_pts); + av_freep(&ost->apad); av_dict_free(&ost->opts); av_dict_free(&ost->swr_opts); av_dict_free(&ost->resample_opts); -- cgit v1.2.3