Commit c6978418 authored by Anton Khirnov's avatar Anton Khirnov

avcodec.h: split codec IDs into their own header

parent 9875fd24
...@@ -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
......
...@@ -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 \
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment