OSDN Git Service

lavfi: remove 2 unused lavc includes
authorClément Bœsch <u@pkh.me>
Sun, 23 Oct 2016 18:19:28 +0000 (20:19 +0200)
committerClément Bœsch <u@pkh.me>
Sun, 23 Oct 2016 18:19:28 +0000 (20:19 +0200)
libavfilter/audio.c
libavfilter/buffersrc.h

index 51fef03..a18be89 100644 (file)
@@ -22,7 +22,6 @@
 #include "libavutil/avassert.h"
 #include "libavutil/channel_layout.h"
 #include "libavutil/common.h"
-#include "libavcodec/avcodec.h"
 
 #include "audio.h"
 #include "avfilter.h"
index 31417c4..e42c781 100644 (file)
@@ -25,7 +25,6 @@
  * Memory buffer source API.
  */
 
-#include "libavcodec/avcodec.h"
 #include "avfilter.h"
 
 /**