Browse Source

vda: removes useless doxygen command.

tags/n0.10
Sebastien Zwickert 14 years ago
parent
commit
e953b8b7be
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      libavcodec/vda.c

+ 0
- 8
libavcodec/vda.c View File

@@ -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;
}

/* @} */

Loading…
Cancel
Save