diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-08 23:43:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-08 23:55:06 +0200 |
commit | 33ff943f70f04035942a68c725f6cf3426df0677 (patch) | |
tree | e71c90d85ca1e32335ed01345d8c4e03854c5ca2 /ffmpeg.c | |
parent | 410905f7fd0d7f3274f3260aa508dc50e174105b (diff) | |
download | ffmpeg-33ff943f70f04035942a68c725f6cf3426df0677.tar.gz |
ffmpeg: add -apad option which injects a apad filter only in the presence of video streams
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |