diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-05 00:16:04 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-07 17:43:02 +0200 |
commit | 640a905ece0fecc83f05dfaca7e91a0ecc65d746 (patch) | |
tree | 20df53b7d7c990d3d4f3107fedd82a037f310644 /libavfilter/vf_mp.c | |
parent | 6c4e9cae5223c88ad98cd184d4a7e6a019bdd586 (diff) | |
download | ffmpeg-640a905ece0fecc83f05dfaca7e91a0ecc65d746.tar.gz |
lavfi: remove gradfun mp wrapper
The gradfun filter was already integrated natively in libavfilter.
Both filters issue the same output, and have a comparable performance.
See thread:
Subject: [FFmpeg-devel] [PATCH] lavfi: remove gradfun mp wrapper
Date: Fri, 5 Aug 2011 00:19:04 +0200
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r-- | libavfilter/vf_mp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c index 86f6244863..3e710833b8 100644 --- a/libavfilter/vf_mp.c +++ b/libavfilter/vf_mp.c @@ -142,7 +142,6 @@ extern const vf_info_t vf_info_yvu9; extern const vf_info_t vf_info_lavcdeint; extern const vf_info_t vf_info_eq; extern const vf_info_t vf_info_eq2; -extern const vf_info_t vf_info_gradfun; extern const vf_info_t vf_info_halfpack; extern const vf_info_t vf_info_dint; extern const vf_info_t vf_info_1bpp; @@ -214,7 +213,6 @@ static const vf_info_t* const filters[]={ &vf_info_framestep, &vf_info_fspp, &vf_info_geq, - &vf_info_gradfun, &vf_info_harddup, &vf_info_hqdn3d, &vf_info_hue, |