diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-06-11 23:35:33 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 11:14:16 +0200 |
commit | 57b5ec6ba7df442caebc401c4a7ef3ebc066b519 (patch) | |
tree | 757809e3b0a53f3deb95634fcfda70bb7fb3168c /libavcodec/opus_metadata_bsf.c | |
parent | 73b847e136481f643a855d4504a5fa66b47db48c (diff) | |
download | ffmpeg-57b5ec6ba7df442caebc401c4a7ef3ebc066b519.tar.gz |
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/opus_metadata_bsf.c')
-rw-r--r-- | libavcodec/opus_metadata_bsf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/opus_metadata_bsf.c b/libavcodec/opus_metadata_bsf.c index 723e31c243..e73852d618 100644 --- a/libavcodec/opus_metadata_bsf.c +++ b/libavcodec/opus_metadata_bsf.c @@ -16,6 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "bsf.h" #include "bsf_internal.h" #include "libavutil/intreadwrite.h" #include "libavutil/opt.h" |