diff options
Diffstat (limited to 'libhb/render.c')
-rw-r--r-- | libhb/render.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/render.c b/libhb/render.c index d12937e7a..ae326f63e 100644 --- a/libhb/render.c +++ b/libhb/render.c @@ -214,8 +214,8 @@ int renderWork( hb_work_object_t * w, hb_buffer_t ** buf_in, * to the next stage as well. Note that this will result in us * losing the current contents of the delay queue. */ - *buf_out = hb_buffer_init(0); - return HB_WORK_OK; + *buf_out = job->indepth_scan? NULL : hb_buffer_init(0); + return HB_WORK_DONE; } /* |