correct avfilter_free and avfilter_graph_free definition for external ffmpeg
authorFneufneu <fneufneu@xbmc.org>
Wed, 22 Jun 2011 15:00:32 +0000 (17:00 +0200)
committerFneufneu <fneufneu@xbmc.org>
Wed, 22 Jun 2011 15:00:32 +0000 (17:00 +0200)
commit97b65d852cc527578e75213b083b168478fe0dad
tree7be9fa8740351819e3ed5b1a447c7f74b277755d
parent5a12a507d6694f92763fe5d8a4f8734924ec382c
correct avfilter_free and avfilter_graph_free definition for external ffmpeg

we also have a desync probl with avfilter_graph_free
the correct definition is:
void avfilter_graph_free(AVFilterGraph **graph);
since commit:
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=ab543afe47c5bc63622acce775189bb920638126
so i think our internal libavfilter minor version 74 is wrong
lib/DllAvFilter.h