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
92e6b31c
Commit
92e6b31c
authored
Dec 07, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dxva2: Adjust multiple inclusion guard names to follow convention
parent
dbfe60ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
dxva2.h
libavcodec/dxva2.h
+3
-3
dxva2_internal.h
libavcodec/dxva2_internal.h
+3
-3
No files found.
libavcodec/dxva2.h
View file @
92e6b31c
...
...
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVCODEC_DXVA_H
#define AVCODEC_DXVA_H
#ifndef AVCODEC_DXVA
2
_H
#define AVCODEC_DXVA
2
_H
/**
* @file
...
...
@@ -90,4 +90,4 @@ struct dxva_context {
* @}
*/
#endif
/* AVCODEC_DXVA_H */
#endif
/* AVCODEC_DXVA
2
_H */
libavcodec/dxva2_internal.h
View file @
92e6b31c
...
...
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVCODEC_DXVA_INTERNAL_H
#define AVCODEC_DXVA_INTERNAL_H
#ifndef AVCODEC_DXVA
2
_INTERNAL_H
#define AVCODEC_DXVA
2
_INTERNAL_H
#define COBJMACROS
...
...
@@ -114,4 +114,4 @@ int ff_dxva2_common_end_frame(AVCodecContext *, AVFrame *,
DECODER_BUFFER_DESC
*
bs
,
DECODER_BUFFER_DESC
*
slice
));
#endif
/* AVCODEC_DXVA_INTERNAL_H */
#endif
/* AVCODEC_DXVA
2
_INTERNAL_H */
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