]> git.sesse.net Git - ffmpeg/commit
avfilter/af_join: remove now unnecessary goto
authorPaul B Mahol <onemda@gmail.com>
Mon, 7 Oct 2013 15:08:27 +0000 (15:08 +0000)
committerPaul B Mahol <onemda@gmail.com>
Tue, 8 Oct 2013 12:40:33 +0000 (12:40 +0000)
commit162e22e14421735997fe0982ab1164dadef645ea
tree21d03b1f22d0cd4ff9dcdb13baa5b1a72903b95a
parent85b56e4803c1dcee405ca145f78785c9da548d2b
avfilter/af_join: remove now unnecessary goto

Options are freed from the generic code now, there is no need to call
av_opt_free() from the filter.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavfilter/af_join.c