diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-12-18 21:47:28 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2013-02-23 17:07:54 -0500 |
commit | 5c7db097ebe1fb5c233cedd8846615074e7d6044 (patch) | |
tree | 9863deed4321be6abb111a4f570519f1a7e3e87e /avconv.c | |
parent | 9f1223562e134bac6345a465870b9d56ff7d60cf (diff) | |
download | ffmpeg-5c7db097ebe1fb5c233cedd8846615074e7d6044.tar.gz |
avconv: pass libavresample options to AVFilterGraph
Diffstat (limited to 'avconv.c')
-rw-r--r-- | avconv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2303,6 +2303,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); } } } |