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
89b0a9f3
Commit
89b0a9f3
authored
Sep 05, 2015
by
wm4
Committed by
James Almer
Sep 05, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/vdpau: remove incompatible-libav-abi hack from vdpau_render_state struct
parent
160e92c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
vdpau.h
libavcodec/vdpau.h
+0
-7
No files found.
libavcodec/vdpau.h
View file @
89b0a9f3
...
...
@@ -231,10 +231,8 @@ struct vdpau_render_state {
int
state
;
///< Holds FF_VDPAU_STATE_* values.
#if AV_HAVE_INCOMPATIBLE_LIBAV_ABI
/** picture parameter information for all supported codecs */
union
AVVDPAUPictureInfo
info
;
#endif
/** Describe size/location of the compressed video data.
Set to 0 when freeing bitstream_buffers. */
...
...
@@ -242,11 +240,6 @@ struct vdpau_render_state {
int
bitstream_buffers_used
;
/** The user is responsible for freeing this buffer using av_freep(). */
VdpBitstreamBuffer
*
bitstream_buffers
;
#if !AV_HAVE_INCOMPATIBLE_LIBAV_ABI
/** picture parameter information for all supported codecs */
union
AVVDPAUPictureInfo
info
;
#endif
};
#endif
...
...
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