]> granicus.if.org Git - handbrake/commit
Added rudimentory error handling to HB. Instead of using hb_log() use hb_error()...
authoreddyg <eddyg.hb@myreflection.org>
Mon, 27 Aug 2007 01:55:10 +0000 (01:55 +0000)
committereddyg <eddyg.hb@myreflection.org>
Mon, 27 Aug 2007 01:55:10 +0000 (01:55 +0000)
commit03d32783ea021b5ae8e744f094af90197294327a
treecf243fdee3f2d02359608be5b3816d6c38919105
parentd5e4f2a6c2d7a32529866692ec70720fd787808a
Added rudimentory error handling to HB. Instead of using hb_log() use hb_error(). Also causes us to stop muxing when we get a write error in MP4 and MKV containers. Still requires macosx dialog box by dynaflash (see main.mm for stub to use).

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@869 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.c
libhb/dvd.c
libhb/internal.h
libhb/muxmkv.c
libhb/muxmp4.c
macosx/main.mm
test/test.c