]> git.sesse.net Git - ffmpeg/commit
hevc_ps: split the code for parsing the SPS and exporting it into the context
authorAnton Khirnov <anton@khirnov.net>
Tue, 30 Jun 2015 12:51:53 +0000 (14:51 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 8 Jul 2015 21:36:22 +0000 (23:36 +0200)
commitfd124d8357b1becfde3ac8d5e3320127cf97a5b7
treeec24d098b2505a67ce0d4309b27732c2ce1feef7
parent0e7c0ec344f542e68e3cc9680e8d41dffeffdb4e
hevc_ps: split the code for parsing the SPS and exporting it into the context

This will be useful in the later commits, where we want to parse an SPS
without having a whole decoding context.
libavcodec/hevc.c
libavcodec/hevc.h
libavcodec/hevc_ps.c