OSDN Git Service

hevc: Move hevc_decode_extradata before frame decoding
authorVittorio Giovara <vittorio.giovara@gmail.com>
Wed, 2 Nov 2016 15:48:57 +0000 (11:48 -0400)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 3 Nov 2016 15:28:04 +0000 (16:28 +0100)
commit067910ed134461fd3afc42c82a401e952bd2172f
treef7cff598dc28936348e3ca56c924cb6e1591e607
parent31d657130b02b151a2fe6739f782d9d504b2cfda
hevc: Move hevc_decode_extradata before frame decoding

Avoids a forward-declaration in the following commit.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/hevc.c