[FFmpeg-devel] [PATCH 13/24] avcodec/libstagefreight: add Doxy @file and group
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 03:41:40 CET 2013
I didn't classify this as HWAccel because it is used as an AVCodec.
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavcodec/libstagefright.cpp | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/libavcodec/libstagefright.cpp b/libavcodec/libstagefright.cpp
index bb49d8a..9791970 100644
--- a/libavcodec/libstagefright.cpp
+++ b/libavcodec/libstagefright.cpp
@@ -22,6 +22,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * Interface to the Android Stagefright library for H/W accelerated H.264 decoding.
+ * @ingroup lavc_codec_wrappers
+ */
+
#include <binder/ProcessState.h>
#include <media/stagefright/MetaData.h>
#include <media/stagefright/MediaBufferGroup.h>
--
1.8.1.2
More information about the ffmpeg-devel
mailing list