mirror of https://git.ffmpeg.org/ffmpeg.git
vda: removes useless doxygen command.
This commit is contained in:
parent
75be547f77
commit
e953b8b7be
|
@ -29,12 +29,6 @@
|
||||||
#include "libavutil/avutil.h"
|
#include "libavutil/avutil.h"
|
||||||
#include "vda_internal.h"
|
#include "vda_internal.h"
|
||||||
|
|
||||||
/**
|
|
||||||
* \addtogroup VDA_Decoding
|
|
||||||
*
|
|
||||||
* @{
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Helper to create a dictionary according to the given pts. */
|
/* Helper to create a dictionary according to the given pts. */
|
||||||
static CFDictionaryRef vda_dictionary_with_pts(int64_t i_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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @} */
|
|
||||||
|
|
Loading…
Reference in New Issue