]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vda_internal.h
vda: cosmetic.
[ffmpeg] / libavcodec / vda_internal.h
index c6dcaa8ff6123253f291749f3b5fce86ce93f6aa..df7305bfe64b9383a2c161ab78c973ba214ce991 100644 (file)
 #ifndef AVCODEC_VDA_INTERNAL_H
 #define AVCODEC_VDA_INTERNAL_H
 
-#include "h264.h"
-#include "h264data.h"
-
 #include "vda.h"
 
-#include <CoreFoundation/CFDictionary.h>
-#include <CoreFoundation/CFNumber.h>
-#include <CoreFoundation/CFData.h>
-#include <CoreFoundation/CFString.h>
-
 /**
  * \addtogroup VDA_Decoding
  *
  * @{
  */
 
-/** Send frame data to the hardware decoder. */
+/** Send frame data to the hardware decoder. */
 int ff_vda_decoder_decode(struct vda_context *vda_ctx,
                           uint8_t *bitstream,
                           int bitstream_size,