[FFmpeg-cvslog] vda: removes useless doxygen command.
Sebastien Zwickert
git at videolan.org
Sun Jan 8 20:30:29 CET 2012
ffmpeg | branch: master | Sebastien Zwickert <dilaroga at free.fr> | Sun Jan 8 20:22:12 2012 +0100| [e953b8b7be7358b6dea51ebbc7cbf75d6c5cf786] | committer: Sebastien Zwickert
vda: removes useless doxygen command.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e953b8b7be7358b6dea51ebbc7cbf75d6c5cf786
---
libavcodec/vda.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/libavcodec/vda.c b/libavcodec/vda.c
index eff5933..a2814d7 100644
--- a/libavcodec/vda.c
+++ b/libavcodec/vda.c
@@ -29,12 +29,6 @@
#include "libavutil/avutil.h"
#include "vda_internal.h"
-/**
- * \addtogroup VDA_Decoding
- *
- * @{
- */
-
/* Helper to create a dictionary according to the given pts. */
static CFDictionaryRef vda_dictionary_with_pts(int64_t i_pts)
{
@@ -279,5 +273,3 @@ int ff_vda_decoder_decode(struct vda_context *vda_ctx,
return 0;
}
-
-/* @} */
More information about the ffmpeg-cvslog
mailing list