diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-04-07 16:49:28 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-05-22 14:38:57 +0200 |
commit | bf80725352d274aed2fdd8f2d457788b3c2e5e7e (patch) | |
tree | fdc9f974f995dc6717e75cf28d6b84e81125bd6d /libavcodec/h264_mp4toannexb_bsf.c | |
parent | 9d443c3e686de7e9e7f193425f0e631b20e2dd87 (diff) | |
download | ffmpeg-bf80725352d274aed2fdd8f2d457788b3c2e5e7e.tar.gz |
lavc: rename bsf.h to bsf_internal.h
This will allow adding a public header named bsf.h
Diffstat (limited to 'libavcodec/h264_mp4toannexb_bsf.c')
-rw-r--r-- | libavcodec/h264_mp4toannexb_bsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_mp4toannexb_bsf.c b/libavcodec/h264_mp4toannexb_bsf.c index 0150f97a1a..52fc9b90cf 100644 --- a/libavcodec/h264_mp4toannexb_bsf.c +++ b/libavcodec/h264_mp4toannexb_bsf.c @@ -26,7 +26,7 @@ #include "libavutil/mem.h" #include "avcodec.h" -#include "bsf.h" +#include "bsf_internal.h" #include "bytestream.h" #include "h264.h" |