diff options
Diffstat (limited to 'libhb/render.c')
-rw-r--r-- | libhb/render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/render.c b/libhb/render.c index 76d0f4f07..5ca6db932 100644 --- a/libhb/render.c +++ b/libhb/render.c @@ -419,7 +419,7 @@ int renderWork( hb_work_object_t * w, hb_buffer_t ** buf_in, *buf_out = hb_fifo_get( pv->delay_queue ); } - if( *buf_out ) + if( *buf_out && job->vfr) { /* The current frame exists. That means it hasn't been dropped by a filter. Make it accessible as ivtc_buffer so we can edit its duration if needed. */ |