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/dca_core_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/dca_core_bsf.c')
-rw-r--r--libavcodec/dca_core_bsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dca_core_bsf.c b/libavcodec/dca_core_bsf.c
index f0c5039e30..0461d02244 100644
--- a/libavcodec/dca_core_bsf.c
+++ b/libavcodec/dca_core_bsf.c
@@ -19,7 +19,7 @@
*/
#include "avcodec.h"
-#include "bsf.h"
+#include "bsf_internal.h"
#include "bytestream.h"
#include "dca_syncwords.h"