]> git.sesse.net Git - ffmpeg/commit
hevc: decouple calling get_format() from exporting the SPS parameters
authorAnton Khirnov <anton@khirnov.net>
Sun, 2 Oct 2016 13:39:10 +0000 (15:39 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 14 Dec 2016 08:06:45 +0000 (09:06 +0100)
commit86157e6db2c7a9222f77fa7e7f50fb9aebc3aa81
tree43836ce28517e70bceb65d3b62cb96e0a5579bdf
parent730c02326094bcfb1fa67f10a7e7b22f03f5a88f
hevc: decouple calling get_format() from exporting the SPS parameters

This makes sure ff_get_format() does not get called unnecessarily from
update_thread_context().
libavcodec/hevcdec.c