diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-23 17:17:01 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-23 19:36:16 +0100 |
commit | b315042c8ce984bec431c5965120853a843cbfa5 (patch) | |
tree | 0860cd8e9954b7cdff910633b272022ca1436f71 /libavutil/avutil.h | |
parent | 01cb62aba2503b4173f101154f9f840f04f9c7f8 (diff) | |
download | ffmpeg-b315042c8ce984bec431c5965120853a843cbfa5.tar.gz |
Remove libpostproc.
This library does not fit into Libav as a whole and its code is just a
maintenance burden. Furthermore it is now available as an external project,
which completely obviates any reason to keep it around.
URL: http://git.videolan.org/?p=libpostproc.git
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index b5f9a24f14..8d474e4546 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -39,7 +39,6 @@ * @li @ref libavf "libavformat" I/O and muxing/demuxing library * @li @ref lavd "libavdevice" special devices muxing/demuxing library * @li @ref lavu "libavutil" common utility library - * @li @subpage libpostproc post processing library * @li @subpage libswscale color conversion and scaling library * */ |