You've already forked FFmpeg
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:
@ -32,10 +32,10 @@
|
||||
|
||||
#include "libavutil/avassert.h"
|
||||
|
||||
#include "libavcodec/bsf.h"
|
||||
#include "libavcodec/bsf_internal.h"
|
||||
#include "libavcodec/cbs.h"
|
||||
#include "libavcodec/cbs_av1.h"
|
||||
#include "bsf.h"
|
||||
#include "bsf_internal.h"
|
||||
#include "cbs.h"
|
||||
#include "cbs_av1.h"
|
||||
|
||||
typedef struct AV1FSplitContext {
|
||||
AVPacket *buffer_pkt;
|
||||
|
Reference in New Issue
Block a user