You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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:
@@ -19,10 +19,10 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "libavcodec/bsf.h"
|
||||
#include "libavcodec/bsf_internal.h"
|
||||
#include "libavcodec/mpeg4videodefs.h"
|
||||
#include "libavcodec/startcode.h"
|
||||
#include "bsf.h"
|
||||
#include "bsf_internal.h"
|
||||
#include "mpeg4videodefs.h"
|
||||
#include "startcode.h"
|
||||
|
||||
typedef struct UnpackBFramesBSFContext {
|
||||
AVBufferRef *b_frame_ref;
|
||||
|
Reference in New Issue
Block a user