lavc/cbs: avoid avcodec.h dependency

Include only the headers that are actually needed.
This commit is contained in:
Anton Khirnov 2021-03-02 10:55:16 +01:00
parent f3f404edd2
commit e91901adf6
2 changed files with 6 additions and 2 deletions

View file

@ -25,6 +25,7 @@
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "cbs.h"
#include "cbs_internal.h"