]> git.sesse.net Git - ffmpeg/commit
hevc: pass the full HEVCNAL struct to decode_nal_unit
authorHendrik Leppkes <h.leppkes@gmail.com>
Sat, 24 Jan 2015 14:26:15 +0000 (15:26 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 24 Jan 2015 16:49:27 +0000 (17:49 +0100)
commit77140279d33006f1d949ee3717af67204dc519c6
tree6aa58cd50be6c35024ec0970e2dac48e663bf2ab
parent1296dc6025dec85547006ffc60640153a1692b76
hevc: pass the full HEVCNAL struct to decode_nal_unit

This enables decode_nal_unit to access additional fields added in
subsequent commits.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/hevc.c