diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-10 02:10:44 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-11 16:19:53 +0200 |
commit | e72657f83dc9f31dc0c1eb09ab2e7e704d59643e (patch) | |
tree | 8456b6f1108da33ca99b9fa16cc40b8a3b07a798 /libavfilter/vf_mp.c | |
parent | 1a5e63f924ce6f4e5e10ec859e0cbcdbf839344f (diff) | |
download | ffmpeg-e72657f83dc9f31dc0c1eb09ab2e7e704d59643e.tar.gz |
lavfi: remove mp test wrapper
The source was natively integrated into libavfilter, with the name
mptestsrc.
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r-- | libavfilter/vf_mp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c index ea29c9b8d4..30f073c3d4 100644 --- a/libavfilter/vf_mp.c +++ b/libavfilter/vf_mp.c @@ -241,7 +241,6 @@ static const vf_info_t* const filters[]={ &vf_info_spp, &vf_info_swapuv, &vf_info_telecine, - &vf_info_test, &vf_info_tile, &vf_info_tinterlace, &vf_info_unsharp, |