lavfi: remove audio.h include from avfilter.h.

avfilter.h is a public header and the unexported audio.h header contains
only internal prototypes.
This commit is contained in:
Clément Bœsch 2012-05-12 17:58:14 +02:00
parent db11fc5392
commit 4522df52aa
16 changed files with 15 additions and 2 deletions

View file

@ -27,6 +27,7 @@
#include "avfilter.h"
#include "internal.h"
#include "audio.h"
#include "avcodec.h"
#include "buffersrc.h"
#include "vsrc_buffer.h"