]> git.sesse.net Git - ffmpeg/commit
avfilter: remove av_opt_set_defaults() from process_options()
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 24 May 2013 13:06:53 +0000 (15:06 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 24 May 2013 13:25:52 +0000 (15:25 +0200)
commita2abd58a090216ebd2a02fa27ae3068c141b5e5e
tree4b3a08f3cf08546bb27a3f985b95d490ac08b0cb
parent558ce3e5b74c37546c66a26e4e03733d4f09ed76
avfilter: remove av_opt_set_defaults() from process_options()

This is already called from ff_filter_alloc()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/avfilter.c