openh264/codec/decoder/plus
Martin Storsjö a344d100ae Fix buffer size checks when appending using SNPRINTF/WelsSnprintf
Checking iBufferLeft > iBufferUsed does not make sense, since
this would stop writing into the buffer alredy after the buffer
is half full, when there is less space left than has been used.

The right check is iBufferLeft > 0.
2014-01-27 08:03:56 +02:00
..
inc Merge pull request #204 from mstorsjo/remove-dynamic-load-trace 2014-01-24 22:32:58 -08:00
res Merge pull request #32 from mstorsjo/cosmetics 2013-12-13 08:54:14 -08:00
src Fix buffer size checks when appending using SNPRINTF/WelsSnprintf 2014-01-27 08:03:56 +02:00