aboutsummaryrefslogtreecommitdiff
path: root/src/repacketizer_demo.c
AgeCommit message (Collapse)Author
2020-08-21repacketizer_demo: check for read errors to fix compiler warningsNirbheek Chauhan
Actually check for read errors instead of just storing the return value in a variable that then never gets checked. Also fixes "conversion from 'size_t' to 'int', possible loss of data" compiler warnings on Windows with MSVC caused by storing the size_t returned by fread() into an int variable. Signed-off-by: Mark Harris <mark.hsj@gmail.com>
2013-11-19Validate merge argument in repacketizer_demo.Gregory Maxwell
2012-04-24Add fwrite() error handling in repacketizer_demo.Gregory Maxwell
2012-04-20s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
Also added 3rd clause to "master" COPYING file
2012-03-05Add config.h (and copyright notice) to repacketizer_demo.c.Gregory Maxwell
This fixes some problems with cross-compiles.
2011-10-30Fix some inconsequential file descriptor leaks in the demo tools to silence ↵Gregory Maxwell
cppcheck warnings.
2011-10-26Rename test_repacketizer to repacketizer_demo.Gregory Maxwell