summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-01-26 12:06:24 +0000
committerPaul B Mahol <onemda@gmail.com>2015-01-26 12:14:16 +0000
commit5a919ced0d3cdd1e4f6d1a1fe18e63fdec614c36 (patch)
tree48153e137854fdb54bbad3a82ccc2177fa4a3994 /libavfilter/vf_mp.c
parentfe47cba7e8daa987ac8c802362d8dad892858cd5 (diff)
avfilter/libmpcodecs: remove unused headers
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r--libavfilter/vf_mp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c
index 2cca04808f..63fdedd699 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -37,7 +37,6 @@
#include "libmpcodecs/vf.h"
#include "libmpcodecs/img_format.h"
#include "libmpcodecs/cpudetect.h"
-#include "libmpcodecs/av_helpers.h"
#include "libmpcodecs/libvo/fastmemcpy.h"
#include "libswscale/swscale.h"
@@ -194,11 +193,6 @@ int ff_mp_msg_test(int mod, int lev){
return 123;
}
-void ff_init_avcodec(void)
-{
- //we maybe should init but its kinda 1. unneeded 2. a bit impolite from here
-}
-
//Exact copy of vf.c
void ff_vf_clone_mpi_attributes(mp_image_t* dst, mp_image_t* src){
dst->pict_type= src->pict_type;