mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavc/cbs: avoid avcodec.h dependency
Include only the headers that are actually needed.
This commit is contained in:
parent
f3f404edd2
commit
e91901adf6
2 changed files with 6 additions and 2 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#include "libavutil/common.h"
|
||||
#include "libavutil/opt.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "cbs.h"
|
||||
#include "cbs_internal.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue