diff options
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; } |