Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-06-12 00:35:33 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 12:14:16 +0300
commit57b5ec6ba7df442caebc401c4a7ef3ebc066b519 (patch)
tree757809e3b0a53f3deb95634fcfda70bb7fb3168c /libavcodec/pcm_rechunk_bsf.c
parent73b847e136481f643a855d4504a5fa66b47db48c (diff)
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>
Diffstat (limited to 'libavcodec/pcm_rechunk_bsf.c')
-rw-r--r--libavcodec/pcm_rechunk_bsf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/pcm_rechunk_bsf.c b/libavcodec/pcm_rechunk_bsf.c
index 47f44b6467..32a90cd2f7 100644
--- a/libavcodec/pcm_rechunk_bsf.c
+++ b/libavcodec/pcm_rechunk_bsf.c
@@ -19,6 +19,7 @@
*/
#include "avcodec.h"
+#include "bsf.h"
#include "bsf_internal.h"
#include "libavutil/avassert.h"
#include "libavutil/opt.h"