mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
256e99f6f0
commit
4b290078e4
|
@ -32,7 +32,7 @@
|
||||||
#include "libavutil/atomic.h"
|
#include "libavutil/atomic.h"
|
||||||
|
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "h264dec.h"
|
#include "h264_parse.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "mediacodecdec.h"
|
#include "mediacodecdec.h"
|
||||||
#include "mediacodec_wrapper.h"
|
#include "mediacodec_wrapper.h"
|
||||||
|
|
Loading…
Reference in New Issue