I get the following error when trying to decode a file encoded by f265 using v13.0 of the HEVC reference:
TDecCAVLC.cpp:572: virtual Void TDecCavlc::parseSPS(TComSPS*): Assertion `log2MinCUSize + pcSPS->getLog2DiffMaxMinCodingBlockSize() >= 5' failed. Aborted (core dumped) Here is the commit I am on in f265: commit 6ebf09cde3f7647f3bc8c01bf88caca6390ba26d Author: Francois Caron <[email protected]> Date: Mon Jul 7 08:08:36 2014 -0400 Fix .DS_Store issue in f265bench The files will play in other decoders, but the PPS, SPS, etc are not there. Am I doing something wrong? What does it take to get these params in a form the reference decoder can parse? The code is much easier to follow than the HM reference BTW. ---- Brian R Phelps
