Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
54486e3f
Commit
54486e3f
authored
Nov 20, 2017
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: remove unnecessary AVPacketSideDataType enum offset
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
3c113421
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
avcodec.h
libavcodec/avcodec.h
+2
-2
No files found.
libavcodec/avcodec.h
View file @
54486e3f
...
...
@@ -1238,7 +1238,7 @@ enum AVPacketSideDataType {
* u8 reason for end skip (0=padding silence, 1=convergence)
* @endcode
*/
AV_PKT_DATA_SKIP_SAMPLES
=
70
,
AV_PKT_DATA_SKIP_SAMPLES
,
/**
* An AV_PKT_DATA_JP_DUALMONO side data packet indicates that
...
...
@@ -1327,7 +1327,7 @@ enum AVPacketSideDataType {
AV_PKT_DATA_A53_CC
,
/**
* The number of side data
elements (in fact a bit more than it)
.
* The number of side data
types
.
* This is not part of the public API/ABI in the sense that it may
* change when new side data types are added.
* This must stay the last enum value.
...
...
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