diff options
author | maxd <[email protected]> | 2013-11-05 13:46:42 +0000 |
---|---|---|
committer | maxd <[email protected]> | 2013-11-05 13:46:42 +0000 |
commit | e7fa5d24cdd7275611ed738e3dfc909fe30ad317 (patch) | |
tree | f0478754e3d930d44782e313c3fa21cb465f6b22 /libhb/muxcommon.c | |
parent | a89397c1e3358b5f690b046481388ade19316fda (diff) |
RB626: return code support added
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5876 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/muxcommon.c')
-rw-r--r-- | libhb/muxcommon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c index 91b83a7bb..b085bd769 100644 --- a/libhb/muxcommon.c +++ b/libhb/muxcommon.c @@ -477,6 +477,7 @@ hb_work_object_t * hb_muxer_init( hb_job_t * job ) #endif default: hb_error( "No muxer selected, exiting" ); + *job->done_error = HB_ERROR_INIT; *job->die = 1; return NULL; } |