[FFmpeg-devel] [PATCH v2 09/18] lavc/h264data.h: stop including h264dec.h

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Mon Jan 24 22:09:22 EET 2022


From: Anton Khirnov <anton at khirnov.net>

This header does not need anything from there.
---
 libavcodec/h264data.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h
index 2968b08b7e..988352aa9a 100644
--- a/libavcodec/h264data.h
+++ b/libavcodec/h264data.h
@@ -21,7 +21,7 @@
 
 #include <stdint.h>
 
-#include "h264dec.h"
+#include "h264.h"
 
 extern const uint8_t ff_h264_golomb_to_pict_type[5];
 extern const uint8_t ff_h264_golomb_to_intra4x4_cbp[48];
-- 
2.32.0



More information about the ffmpeg-devel mailing list