diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-08 13:33:46 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-08 14:44:15 +0200 |
commit | 6dbaeed6b7b7c858dffdf141b725506b887660e7 (patch) | |
tree | 4a1cd9d605da56b75e285258e92ae46d5994df85 /ffmpeg.c | |
parent | d3d776ccf94c988755efb264e318e97a11fea194 (diff) | |
download | ffmpeg-6dbaeed6b7b7c858dffdf141b725506b887660e7.tar.gz |
ffmpeg: switch swscale option handling to AVDictionary similar to what the other subsystems use
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4034,6 +4034,7 @@ static int transcode(void) av_freep(&ost->apad); av_freep(&ost->disposition); av_dict_free(&ost->encoder_opts); + av_dict_free(&ost->sws_dict); av_dict_free(&ost->swr_opts); av_dict_free(&ost->resample_opts); av_dict_free(&ost->bsf_args); |