aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/bsf/mpeg4_unpack_bframes.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-04-10 15:17:54 +0200
committerAnton Khirnov <anton@khirnov.net>2024-04-10 15:17:54 +0200
commit0e4dfa470958a6bc6c6a673491dda5adf758c6c2 (patch)
tree8d95d87c5a129b037c3b01780f9856554afe99c8 /libavcodec/bsf/mpeg4_unpack_bframes.c
parent985fdf8e3d616633f1dc13920491bab45b1aa758 (diff)
downloadffmpeg-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/mpeg4_unpack_bframes.c')
-rw-r--r--libavcodec/bsf/mpeg4_unpack_bframes.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/bsf/mpeg4_unpack_bframes.c b/libavcodec/bsf/mpeg4_unpack_bframes.c
index 97d2c09482..3a3aad795f 100644
--- a/libavcodec/bsf/mpeg4_unpack_bframes.c
+++ b/libavcodec/bsf/mpeg4_unpack_bframes.c
@@ -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;