1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

avconv: pass libavresample options to AVFilterGraph

This commit is contained in:
Justin Ruggles
2012-12-18 21:47:28 -05:00
parent 9f1223562e
commit 5c7db097eb
6 changed files with 33 additions and 4 deletions

View File

@@ -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);
}
}
}