From: Nick Bowler Date: Fri, 31 Jan 2014 03:17:43 +0000 (-0500) Subject: liblbx: Add a hard check for image leadin versus frame count. X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/5c17ab8c0a5b2f66dac19031fd5394377cf375bb?hp=5c17ab8c0a5b2f66dac19031fd5394377cf375bb liblbx: Add a hard check for image leadin versus frame count. Our "official" image spec says that the leadin is a frame number, so it does not make sense for the leadin to be greater than or equal to the frame count. Convert the existing "soft" check into a hard failure. ---