1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

Revert "bsf: use standard include paths"

This reverts commit 41b73ae883.

This patch was pushed extremely quickly, without giving developers the
time to object.
This commit is contained in:
Anton Khirnov
2024-04-10 15:17:54 +02:00
parent 985fdf8e3d
commit 0e4dfa4709
44 changed files with 186 additions and 184 deletions

View File

@ -21,9 +21,9 @@
#include "libavutil/avassert.h"
#include "libavcodec/bsf.h"
#include "libavcodec/bsf_internal.h"
#include "libavcodec/get_bits.h"
#include "bsf.h"
#include "bsf_internal.h"
#include "get_bits.h"
#define MAX_CACHE 8
typedef struct VP9BSFContext {