[FFmpeg-devel] [PATCH 21/24] avcodec/libx264: add Doxy @file and group
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 03:41:48 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavcodec/libx264.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 4093510..fc92328 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -19,6 +19,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * Interface to libx264 for H.264 encoding.
+ * @ingroup lavc_codec_wrappers
+ */
+
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "libavutil/mem.h"
--
1.8.1.2
More information about the ffmpeg-devel
mailing list