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
171f1446
Commit
171f1446
authored
12 years ago
by
Rémi Denis-Courmont
Committed by
Diego Biurrun
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
vdpau: Remove av_unused attribute from function declaration
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
ea382767
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavcodec/vdpau_internal.h
+1
-2
1 addition, 2 deletions
libavcodec/vdpau_internal.h
with
1 addition
and
2 deletions
libavcodec/vdpau_internal.h
+
1
−
2
View file @
171f1446
...
@@ -34,8 +34,7 @@ static inline uintptr_t ff_vdpau_get_surface_id(Picture *pic)
...
@@ -34,8 +34,7 @@ static inline uintptr_t ff_vdpau_get_surface_id(Picture *pic)
}
}
int
ff_vdpau_common_start_frame
(
AVCodecContext
*
avctx
,
int
ff_vdpau_common_start_frame
(
AVCodecContext
*
avctx
,
av_unused
const
uint8_t
*
buffer
,
const
uint8_t
*
buffer
,
uint32_t
size
);
av_unused
uint32_t
size
);
int
ff_vdpau_common_end_frame
(
AVCodecContext
*
avctx
);
int
ff_vdpau_common_end_frame
(
AVCodecContext
*
avctx
);
int
ff_vdpau_add_buffer
(
AVCodecContext
*
avctx
,
int
ff_vdpau_add_buffer
(
AVCodecContext
*
avctx
,
const
uint8_t
*
buf
,
uint32_t
buf_size
);
const
uint8_t
*
buf
,
uint32_t
buf_size
);
...
...
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