ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Mon Jan 24 
18:00:07 2022 +0100| [df2ee38178d22f57c706cc61f0acf37c40e16f96] | committer: 
Andreas Rheinhardt

lavc/h264_parser: add missing headers

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=df2ee38178d22f57c706cc61f0acf37c40e16f96
---

 libavcodec/h264_parser.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c
index aee7cdb934..4002bcad77 100644
--- a/libavcodec/h264_parser.c
+++ b/libavcodec/h264_parser.c
@@ -40,8 +40,11 @@
 #include "get_bits.h"
 #include "golomb.h"
 #include "h264.h"
+#include "h264dsp.h"
+#include "h264_parse.h"
 #include "h264_sei.h"
 #include "h264_ps.h"
+#include "h2645_parse.h"
 #include "h264data.h"
 #include "internal.h"
 #include "mpegutils.h"

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to