]> git.sesse.net Git - ffmpeg/commit
lavc/mediacodecdec_h264: use h264_parse.h instead of h264dec.h
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>
Mon, 5 Sep 2016 13:46:29 +0000 (15:46 +0200)
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>
Wed, 7 Sep 2016 19:04:13 +0000 (21:04 +0200)
commit4b290078e4c6ab48847cb65b9ff48b720a5ac8d6
tree8ca2daf7fb5e94671f39c4ac2575d378023e8692
parent256e99f6f055c8bea226799c843db5df3a3bb701
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.
libavcodec/mediacodecdec_h264.c