]> git.draconx.ca Git - liblbx.git/commit
liblbx: Add a hard check for image leadin versus frame count.
authorNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2014 03:17:43 +0000 (22:17 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2014 05:39:01 +0000 (00:39 -0500)
commit5c17ab8c0a5b2f66dac19031fd5394377cf375bb
tree37dd50dab866c8528c6e4b06f9aa09e010e4d8d7
parent2b32a2f8d9ab7bdc899bb04cac6fb73101400481
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.
src/image.c