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.
This commit is contained in:
Matthieu Bouron 2016-09-05 15:46:29 +02:00
parent 256e99f6f0
commit 4b290078e4

View File

@ -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"