diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-11 02:13:43 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-11 02:13:43 +0100 |
commit | 18d9398143ac63915e85d76447dca5c9670ed58a (patch) | |
tree | 1adf49e5169442331745d021667b94f5354ae427 /libpostproc | |
parent | 5595e7a10221d03333bba6183e75d5bda2643b04 (diff) | |
download | ffmpeg-18d9398143ac63915e85d76447dca5c9670ed58a.tar.gz |
doxy: add ref for lavfi, lpp and lsws.
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/postprocess.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index b1a357a15d..928e01fe10 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -23,8 +23,13 @@ /** * @file - * @brief - * external postprocessing API + * @ingroup lpp + * external API header + */ + +/** + * @defgroup lpp Libpostproc + * @{ */ #include "libpostproc/version.h" @@ -94,4 +99,8 @@ void pp_free_context(pp_context *ppContext); #define PP_PICT_TYPE_QP2 0x00000010 ///< MPEG2 style QScale +/** + * @} + */ + #endif /* POSTPROC_POSTPROCESS_H */ |