[FFmpeg-cvslog] lavc/mediacodecdec_h264: use h264_parse.h instead of h264dec.h
Matthieu Bouron
git at videolan.org
Wed Sep 7 22:07:57 EEST 2016
ffmpeg | branch: master | Matthieu Bouron <matthieu.bouron at stupeflix.com> | Mon Sep 5 15:46:29 2016 +0200| [4b290078e4c6ab48847cb65b9ff48b720a5ac8d6] | committer: Matthieu Bouron
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4b290078e4c6ab48847cb65b9ff48b720a5ac8d6
---
libavcodec/mediacodecdec_h264.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/mediacodecdec_h264.c b/libavcodec/mediacodecdec_h264.c
index 9350a32..4f9d737 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"
More information about the ffmpeg-cvslog
mailing list