summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-09-05 15:46:29 +0200
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-09-07 21:04:13 +0200
commit4b290078e4c6ab48847cb65b9ff48b720a5ac8d6 (patch)
tree8ca2daf7fb5e94671f39c4ac2575d378023e8692
parent256e99f6f055c8bea226799c843db5df3a3bb701 (diff)
lavc/mediacodecdec_h264: use h264_parse.h instead of h264dec.h
ff_h264_decode_extradata is referenced by h264_parse.h and not h264dec.h.
-rw-r--r--libavcodec/mediacodecdec_h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mediacodecdec_h264.c b/libavcodec/mediacodecdec_h264.c
index 9350a32d1b..4f9d737e79 100644
--- a/libavcodec/mediacodecdec_h264.c
+++ b/libavcodec/mediacodecdec_h264.c
@@ -32,7 +32,7 @@
#include "libavutil/atomic.h"
#include "avcodec.h"
-#include "h264dec.h"
+#include "h264_parse.h"
#include "internal.h"
#include "mediacodecdec.h"
#include "mediacodec_wrapper.h"