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:
Andreas Rheinhardt
2021-06-11 23:35:33 +02:00
parent 73b847e136
commit 57b5ec6ba7
20 changed files with 21 additions and 4 deletions

View File

@@ -40,6 +40,7 @@
#include "avcodec.h"
#include "bytestream.h"
#include "bsf.h"
#include "decode.h"
#include "hwconfig.h"
#include "internal.h"