diff options
author | Sebastien Zwickert <dilaroga@free.fr> | 2012-01-08 20:22:12 +0100 |
---|---|---|
committer | Sebastien Zwickert <dilaroga@free.fr> | 2012-01-08 20:22:12 +0100 |
commit | e953b8b7be7358b6dea51ebbc7cbf75d6c5cf786 (patch) | |
tree | ab2dd0b25ff8f844f080a546c97c083b50e99a6f | |
parent | 75be547f77af196b14c0635bfad89445f04bdaed (diff) | |
download | ffmpeg-e953b8b7be7358b6dea51ebbc7cbf75d6c5cf786.tar.gz |
vda: removes useless doxygen command.
-rw-r--r-- | libavcodec/vda.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/vda.c b/libavcodec/vda.c index eff5933e71..a2814d7024 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; } - -/* @} */ |