diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-03-08 16:18:03 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-03-10 00:10:37 +0100 |
commit | fa35d880aab1d3ef2b828cae640e43d370e8f0c2 (patch) | |
tree | 47c8f4701bfc514477b3fbdab3e9bbbcc6cdf0a6 /libavfilter/allfilters.c | |
parent | 1a3d4b88a4c5cf74b4f1ab4b812e460b4ae0679b (diff) | |
download | ffmpeg-fa35d880aab1d3ef2b828cae640e43d370e8f0c2.tar.gz |
lavfi: port MP swapuv filter
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index f6230be3c1..f0a7f8b8c3 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -95,6 +95,7 @@ void avfilter_register_all(void) REGISTER_FILTER (SHOWINFO, showinfo, vf); REGISTER_FILTER (SLICIFY, slicify, vf); REGISTER_FILTER (SPLIT, split, vf); + REGISTER_FILTER (SWAPUV, swapuv, vf); REGISTER_FILTER (THUMBNAIL, thumbnail, vf); REGISTER_FILTER (TINTERLACE, tinterlace, vf); REGISTER_FILTER (TRANSPOSE, transpose, vf); |