mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec/avcodec: Stop including bsf.h in avcodec.h
Also include bsf.h directly wherever it is used. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
73b847e136
commit
57b5ec6ba7
20 changed files with 21 additions and 4 deletions
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "avformat.h"
|
||||
#include "internal.h"
|
||||
#include "libavcodec/bsf.h"
|
||||
#include "libavcodec/internal.h"
|
||||
#include "libavcodec/packet_internal.h"
|
||||
#include "libavutil/opt.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue