Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
b46134f6
Commit
b46134f6
authored
Nov 14, 2011
by
Sebastien Zwickert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vda: reordering headers inclusion.
parent
9837442a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
11 deletions
+8
-11
vda.c
libavcodec/vda.c
+7
-0
vda.h
libavcodec/vda.h
+0
-3
vda_h264.c
libavcodec/vda_h264.c
+1
-0
vda_internal.h
libavcodec/vda_internal.h
+0
-8
No files found.
libavcodec/vda.c
View file @
b46134f6
...
...
@@ -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"
/**
...
...
libavcodec/vda.h
View file @
b46134f6
...
...
@@ -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
...
...
libavcodec/vda_h264.c
View file @
b46134f6
...
...
@@ -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
,
...
...
libavcodec/vda_internal.h
View file @
b46134f6
...
...
@@ -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
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment