mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi: remove 2 unused lavc includes
This commit is contained in:
parent
051517648b
commit
58672347cb
|
@ -22,7 +22,6 @@
|
||||||
#include "libavutil/avassert.h"
|
#include "libavutil/avassert.h"
|
||||||
#include "libavutil/channel_layout.h"
|
#include "libavutil/channel_layout.h"
|
||||||
#include "libavutil/common.h"
|
#include "libavutil/common.h"
|
||||||
#include "libavcodec/avcodec.h"
|
|
||||||
|
|
||||||
#include "audio.h"
|
#include "audio.h"
|
||||||
#include "avfilter.h"
|
#include "avfilter.h"
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
* Memory buffer source API.
|
* Memory buffer source API.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "libavcodec/avcodec.h"
|
|
||||||
#include "avfilter.h"
|
#include "avfilter.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue