Browse Source

vda: reordering headers inclusion.

tags/n0.9
Sebastien Zwickert 13 years ago
parent
commit
b46134f659
4 changed files with 8 additions and 11 deletions
  1. +7
    -0
      libavcodec/vda.c
  2. +0
    -3
      libavcodec/vda.h
  3. +1
    -0
      libavcodec/vda_h264.c
  4. +0
    -8
      libavcodec/vda_internal.h

+ 7
- 0
libavcodec/vda.c View File

@@ -20,6 +20,13 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <pthread.h>
#include <CoreFoundation/CFDictionary.h>
#include <CoreFoundation/CFNumber.h>
#include <CoreFoundation/CFData.h>
#include <CoreFoundation/CFString.h>

#include "avcodec.h"
#include "vda_internal.h"

/**


+ 0
- 3
libavcodec/vda.h View File

@@ -29,9 +29,6 @@
// http://openradar.appspot.com/8026390
#undef __GNUC_STDC_INLINE__

#include <pthread.h>
#include "avcodec.h"

#define Picture QuickdrawPicture
#include <VideoDecodeAcceleration/VDADecoder.h>
#undef Picture


+ 1
- 0
libavcodec/vda_h264.c View File

@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "h264.h"
#include "vda_internal.h"

static int start_frame(AVCodecContext *avctx,


+ 0
- 8
libavcodec/vda_internal.h View File

@@ -23,16 +23,8 @@
#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
*


Loading…
Cancel
Save