[FFmpeg-devel] [PATCH 16/24] avcodec/libutvideo*: fix Doxy @file & add Doxy group

Timothy Gu timothygu99 at gmail.com
Sat Nov 2 03:41:43 CET 2013


The first line after @file is for a brief summary, which "Known 4CC" is not.

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 libavcodec/libutvideo.h      | 5 +++++
 libavcodec/libutvideodec.cpp | 2 ++
 libavcodec/libutvideoenc.cpp | 2 ++
 3 files changed, 9 insertions(+)

diff --git a/libavcodec/libutvideo.h b/libavcodec/libutvideo.h
index 5fb1174..3a4606d 100644
--- a/libavcodec/libutvideo.h
+++ b/libavcodec/libutvideo.h
@@ -20,6 +20,11 @@
 
 /**
  * @file
+ * Common code header for the interface to libutvideo for UtVideo decoding and encoding.
+ * @ingroup  lavc_codec_wrappers_libutvideo
+ * @defgroup lavc_codec_wrappers_libutvideo libutvideo
+ * @ingroup  lavc_codec_wrappers
+ *
  * Known FOURCCs:
  *     'ULY0' (YCbCr 4:2:0), 'ULY2' (YCbCr 4:2:2), 'ULRG' (RGB), 'ULRA' (RGBA),
  *     'ULH0' (YCbCr 4:2:0 BT.709), 'ULH2' (YCbCr 4:2:2 BT.709)
diff --git a/libavcodec/libutvideodec.cpp b/libavcodec/libutvideodec.cpp
index 0fae9f7..f0ff5e1 100644
--- a/libavcodec/libutvideodec.cpp
+++ b/libavcodec/libutvideodec.cpp
@@ -20,6 +20,8 @@
 
 /**
  * @file
+ * Interface to libutvideo for UtVideo decoding.
+ * @ingroup lavc_codec_wrappers_libutvideo
  * Known FOURCCs:
  *     'ULY0' (YCbCr 4:2:0), 'ULY2' (YCbCr 4:2:2), 'ULRG' (RGB), 'ULRA' (RGBA),
  *     'ULH0' (YCbCr 4:2:0 BT.709), 'ULH2' (YCbCr 4:2:2 BT.709)
diff --git a/libavcodec/libutvideoenc.cpp b/libavcodec/libutvideoenc.cpp
index 44cd42f..b97ea47 100644
--- a/libavcodec/libutvideoenc.cpp
+++ b/libavcodec/libutvideoenc.cpp
@@ -20,6 +20,8 @@
 
 /**
  * @file
+ * Interface to libutvideo for UtVideo encoding.
+ * @ingroup lavc_codec_wrappers_libutvideo
  * Known FOURCCs:
  *     'ULY0' (YCbCr 4:2:0), 'ULY2' (YCbCr 4:2:2), 'ULRG' (RGB), 'ULRA' (RGBA),
  *     'ULH0' (YCbCr 4:2:0 BT.709), 'ULH2' (YCbCr 4:2:2 BT.709)
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list