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
c6978418
Commit
c6978418
authored
Apr 07, 2020
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec.h: split codec IDs into their own header
parent
9875fd24
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletion
+3
-1
APIchanges
doc/APIchanges
+2
-1
Makefile
libavcodec/Makefile
+1
-0
avcodec.h
libavcodec/avcodec.h
+0
-0
codec_id.h
libavcodec/codec_id.h
+0
-0
No files found.
doc/APIchanges
View file @
c6978418
...
@@ -15,7 +15,8 @@ libavutil: 2017-10-21
...
@@ -15,7 +15,8 @@ libavutil: 2017-10-21
API changes, most recent first:
API changes, most recent first:
2020-xx-xx - xxxxxxxxxx - lavc 58.78.100 - avcodec.h packet.h
2020-xx-xx - xxxxxxxxxx - lavc 58.78.100 - avcodec.h codec_id.h packet.h
Move AVCodecID enum to new header codec_id.h.
Move AVPacket-related public API to new header packet.h.
Move AVPacket-related public API to new header packet.h.
2020-03-29 - xxxxxxxxxx - lavf 58.42.100 - avformat.h
2020-03-29 - xxxxxxxxxx - lavf 58.42.100 - avformat.h
...
...
libavcodec/Makefile
View file @
c6978418
...
@@ -6,6 +6,7 @@ HEADERS = ac3_parser.h \
...
@@ -6,6 +6,7 @@ HEADERS = ac3_parser.h \
avcodec.h
\
avcodec.h
\
avdct.h
\
avdct.h
\
avfft.h
\
avfft.h
\
codec_id.h
\
d3d11va.h
\
d3d11va.h
\
dirac.h
\
dirac.h
\
dv_profile.h
\
dv_profile.h
\
...
...
libavcodec/avcodec.h
View file @
c6978418
This diff is collapsed.
Click to expand it.
libavcodec/codec_id.h
0 → 100644
View file @
c6978418
This diff is collapsed.
Click to expand it.
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