diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-04-10 15:17:54 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-04-10 15:17:54 +0200 |
commit | 0e4dfa470958a6bc6c6a673491dda5adf758c6c2 (patch) | |
tree | 8d95d87c5a129b037c3b01780f9856554afe99c8 /libavcodec/bsf/chomp.c | |
parent | 985fdf8e3d616633f1dc13920491bab45b1aa758 (diff) | |
download | ffmpeg-0e4dfa470958a6bc6c6a673491dda5adf758c6c2.tar.gz |
Revert "bsf: use standard include paths"
This reverts commit 41b73ae883ec2a70c814e394de0e5ae5f1f13e87.
This patch was pushed extremely quickly, without giving developers the
time to object.
Diffstat (limited to 'libavcodec/bsf/chomp.c')
-rw-r--r-- | libavcodec/bsf/chomp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/bsf/chomp.c b/libavcodec/bsf/chomp.c index 88110142ed..532b4e6a94 100644 --- a/libavcodec/bsf/chomp.c +++ b/libavcodec/bsf/chomp.c @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/bsf.h" -#include "libavcodec/bsf_internal.h" +#include "bsf.h" +#include "bsf_internal.h" static int chomp_filter(AVBSFContext *ctx, AVPacket *pkt) { |