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:
authorAnton Khirnov <anton@khirnov.net>2020-04-07 17:49:28 +0300
committerAnton Khirnov <anton@khirnov.net>2020-05-22 15:38:57 +0300
commitbf80725352d274aed2fdd8f2d457788b3c2e5e7e (patch)
treefdc9f974f995dc6717e75cf28d6b84e81125bd6d /libavcodec/vp9_metadata_bsf.c
parent9d443c3e686de7e9e7f193425f0e631b20e2dd87 (diff)
lavc: rename bsf.h to bsf_internal.h
This will allow adding a public header named bsf.h
Diffstat (limited to 'libavcodec/vp9_metadata_bsf.c')
-rw-r--r--libavcodec/vp9_metadata_bsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp9_metadata_bsf.c b/libavcodec/vp9_metadata_bsf.c
index 52e962b1c0..974a5fc6dd 100644
--- a/libavcodec/vp9_metadata_bsf.c
+++ b/libavcodec/vp9_metadata_bsf.c
@@ -20,7 +20,7 @@
#include "libavutil/common.h"
#include "libavutil/opt.h"
-#include "bsf.h"
+#include "bsf_internal.h"
#include "cbs.h"
#include "cbs_vp9.h"