1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

lavc: move small misc definitions into a separate header

This will allow to avoid #including the entire avcodec.h in some places.
This commit is contained in:
Anton Khirnov
2021-05-21 18:16:22 +02:00
parent cf1746d779
commit ff0a96046d
4 changed files with 182 additions and 138 deletions

View File

@@ -12,6 +12,7 @@ HEADERS = ac3_parser.h \
codec_id.h \
codec_par.h \
d3d11va.h \
defs.h \
dirac.h \
dv_profile.h \
dxva2.h \