summaryrefslogtreecommitdiff
path: root/libavcodec/null_bsf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/null_bsf.c')
-rw-r--r--libavcodec/null_bsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/null_bsf.c b/libavcodec/null_bsf.c
index 22d341a9ca..595945027d 100644
--- a/libavcodec/null_bsf.c
+++ b/libavcodec/null_bsf.c
@@ -21,7 +21,7 @@
* Null bitstream filter -- pass the input through unchanged.
*/
-#include "avcodec.h"
+#include "bsf.h"
#include "bsf_internal.h"
const AVBitStreamFilter ff_null_bsf = {