Commit 4b290078 authored by Matthieu Bouron's avatar 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.
parent 256e99f6
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment