Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
6689109f
Commit
6689109f
authored
Jan 29, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: invert definition of deprecated values
We want to use the new names in our code
parent
b3a6617f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
modules/codec/avcodec/avcodec.h
modules/codec/avcodec/avcodec.h
+6
-6
No files found.
modules/codec/avcodec/avcodec.h
View file @
6689109f
...
@@ -314,12 +314,12 @@ int ffmpeg_OpenCodec( decoder_t *p_dec );
...
@@ -314,12 +314,12 @@ int ffmpeg_OpenCodec( decoder_t *p_dec );
# define AV_PICTURE_TYPE_I FF_I_TYPE
# define AV_PICTURE_TYPE_I FF_I_TYPE
# define AV_PICTURE_TYPE_P FF_P_TYPE
# define AV_PICTURE_TYPE_P FF_P_TYPE
# define
SAMPLE_FMT_NONE AV_
SAMPLE_FMT_NONE
# define
AV_SAMPLE_FMT_NONE
SAMPLE_FMT_NONE
# define
SAMPLE_FMT_U8 AV_
SAMPLE_FMT_U8
# define
AV_SAMPLE_FMT_U8
SAMPLE_FMT_U8
# define
SAMPLE_FMT_S16 AV_
SAMPLE_FMT_S16
# define
AV_SAMPLE_FMT_S16
SAMPLE_FMT_S16
# define
SAMPLE_FMT_S32 AV_
SAMPLE_FMT_S32
# define
AV_SAMPLE_FMT_S32
SAMPLE_FMT_S32
# define
SAMPLE_FMT_FLT AV_
SAMPLE_FMT_FLT
# define
AV_SAMPLE_FMT_FLT
SAMPLE_FMT_FLT
# define
SAMPLE_FMT_DBL AV_
SAMPLE_FMT_DBL
# define
AV_SAMPLE_FMT_DBL
SAMPLE_FMT_DBL
#ifndef AV_CH_FRONT_LEFT
#ifndef AV_CH_FRONT_LEFT
# define AV_CH_FRONT_LEFT CH_FRONT_LEFT
# define AV_CH_FRONT_LEFT CH_FRONT_LEFT
...
...
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