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
b748c280
Commit
b748c280
authored
Dec 05, 2016
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc: Drop deprecated lowres option
Deprecated in 04/2013.
parent
0337adfa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
17 deletions
+0
-17
avcodec.h
libavcodec/avcodec.h
+0
-14
version.h
libavcodec/version.h
+0
-3
No files found.
libavcodec/avcodec.h
View file @
b748c280
...
...
@@ -2810,17 +2810,6 @@ typedef struct AVCodecContext {
*/
int
bits_per_raw_sample
;
#if FF_API_LOWRES
/**
* low resolution decoding, 1-> 1/2 size, 2->1/4 size
* - encoding: unused
* - decoding: Set by user.
*
* @deprecated use decoder private options instead
*/
attribute_deprecated
int
lowres
;
#endif
#if FF_API_CODED_FRAME
/**
* the picture in the bitstream
...
...
@@ -3237,9 +3226,6 @@ typedef struct AVCodec {
const
int
*
supported_samplerates
;
///< array of supported audio samplerates, or NULL if unknown, array is terminated by 0
const
enum
AVSampleFormat
*
sample_fmts
;
///< array of supported sample formats, or NULL if unknown, array is terminated by -1
const
uint64_t
*
channel_layouts
;
///< array of support channel layouts, or NULL if unknown. array is terminated by 0
#if FF_API_LOWRES
attribute_deprecated
uint8_t
max_lowres
;
///< maximum value for lowres supported by the decoder
#endif
const
AVClass
*
priv_class
;
///< AVClass for the private context
const
AVProfile
*
profiles
;
///< array of recognized profiles, or NULL if unknown, array is terminated by {FF_PROFILE_UNKNOWN}
...
...
libavcodec/version.h
View file @
b748c280
...
...
@@ -47,9 +47,6 @@
* the public API and may change, break or disappear at any time.
*/
#ifndef FF_API_LOWRES
#define FF_API_LOWRES (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
#ifndef FF_API_CAP_VDPAU
#define FF_API_CAP_VDPAU (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