summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/h264_parse.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/h264_parse.c b/libavcodec/h264_parse.c
index 1c1d1c04b0..97ddf0e437 100644
--- a/libavcodec/h264_parse.c
+++ b/libavcodec/h264_parse.c
@@ -20,9 +20,11 @@
#include "get_bits.h"
#include "golomb.h"
#include "h264.h"
-#include "h264dec.h"
+#include "h264pred.h"
#include "h264_parse.h"
#include "h264_ps.h"
+#include "h2645_parse.h"
+#include "mpegutils.h"
int ff_h264_pred_weight_table(GetBitContext *gb, const SPS *sps,
const int *ref_count, int slice_type_nos,