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
5c1585c4
Commit
5c1585c4
authored
Dec 05, 2016
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc: Drop deprecated VDPAU buffer fields
Deprecated in 07/2013.
parent
7b917041
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
47 deletions
+0
-47
vdpau.h
libavcodec/vdpau.h
+0
-44
version.h
libavcodec/version.h
+0
-3
No files found.
libavcodec/vdpau.h
View file @
5c1585c4
...
...
@@ -56,15 +56,6 @@
#include "avcodec.h"
#include "version.h"
#if FF_API_BUFS_VDPAU
union
AVVDPAUPictureInfo
{
VdpPictureInfoH264
h264
;
VdpPictureInfoMPEG1Or2
mpeg
;
VdpPictureInfoVC1
vc1
;
VdpPictureInfoMPEG4Part2
mpeg4
;
};
#endif
/**
* This structure is used to share data between the libavcodec library and
* the client video application.
...
...
@@ -92,41 +83,6 @@ typedef struct AVVDPAUContext {
* Set by the user.
*/
VdpDecoderRender
*
render
;
#if FF_API_BUFS_VDPAU
/**
* VDPAU picture information
*
* Set by libavcodec.
*/
attribute_deprecated
union
AVVDPAUPictureInfo
info
;
/**
* Allocated size of the bitstream_buffers table.
*
* Set by libavcodec.
*/
attribute_deprecated
int
bitstream_buffers_allocated
;
/**
* Useful bitstream buffers in the bitstream buffers table.
*
* Set by libavcodec.
*/
attribute_deprecated
int
bitstream_buffers_used
;
/**
* Table of bitstream buffers.
* The user is responsible for freeing this buffer using av_freep().
*
* Set by libavcodec.
*/
attribute_deprecated
VdpBitstreamBuffer
*
bitstream_buffers
;
#endif
}
AVVDPAUContext
;
/**
...
...
libavcodec/version.h
View file @
5c1585c4
...
...
@@ -47,9 +47,6 @@
* the public API and may change, break or disappear at any time.
*/
#ifndef FF_API_BUFS_VDPAU
#define FF_API_BUFS_VDPAU (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
#ifndef FF_API_VOXWARE
#define FF_API_VOXWARE (LIBAVCODEC_VERSION_MAJOR < 58)
#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