Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
92e6b31c
Commit
92e6b31c
authored
8 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
dxva2: Adjust multiple inclusion guard names to follow convention
parent
dbfe60ca
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libavcodec/dxva2.h
+3
-3
3 additions, 3 deletions
libavcodec/dxva2.h
libavcodec/dxva2_internal.h
+3
-3
3 additions, 3 deletions
libavcodec/dxva2_internal.h
with
6 additions
and
6 deletions
libavcodec/dxva2.h
+
3
−
3
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 */
This diff is collapsed.
Click to expand it.
libavcodec/dxva2_internal.h
+
3
−
3
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 */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment