diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-10-26 18:27:39 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-10-30 21:24:29 +0000 |
commit | 7b378c2fb76387cb91793ed18f546a3a19bdd615 (patch) | |
tree | 5fb2a855cc89417076d1efb98b298ae674bf48a7 /doc/filters.texi | |
parent | f7a9a9966125eeff67592cf96a24229cfb67d1d4 (diff) | |
download | ffmpeg-7b378c2fb76387cb91793ed18f546a3a19bdd615.tar.gz |
lavfi: remove yuvcsp and yvu9 libmpcodecs wrappers
Same functionality is provided by libswscale.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 937d11bf08..968c24b05a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2611,8 +2611,6 @@ The list of the currently supported filters follows: @item tinterlace @item unsharp @item uspp -@item yuvcsp -@item yvu9 @end table The parameter syntax and behavior for the listed filters are the same |