Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-18 13:04:11 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-05-18 13:04:11 +0400
commit0718f0cc24bc8413cd0cf44fcf000f0e52a67522 (patch)
treedc51169ff43d27c18b9e87faf49d7ced1149a8ba /libavfilter/avfilter.h
parent7d84bb2bcca85c37dc2252f0dc5d585ee9c0011f (diff)
parentbc8c1cdc7bfe7b1fe56df812aabdac3de2555cec (diff)
Merge commit 'bc8c1cdc7bfe7b1fe56df812aabdac3de2555cec'
* commit 'bc8c1cdc7bfe7b1fe56df812aabdac3de2555cec': lavfi doxy: add a page for lavfi. jpegls: check the scan offset Conflicts: libavcodec/jpeglsdec.c libavfilter/avfilter.h libavutil/avutil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 822eca7af2..741ec350b8 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -25,11 +25,11 @@
/**
* @file
* @ingroup lavfi
- * external API header
+ * Main libavfilter public API header
*/
/**
- * @defgroup lavfi Libavfilter
+ * @defgroup lavfi Libavfilter - graph-based frame editing library
* @{
*/
@@ -1298,4 +1298,5 @@ int avfilter_graph_request_oldest(AVFilterGraph *graph);
/**
* @}
*/
+
#endif /* AVFILTER_AVFILTER_H */