diff options
-rw-r--r-- | libhb/muxcommon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c index 01f4845a7..a5ee9b0ba 100644 --- a/libhb/muxcommon.c +++ b/libhb/muxcommon.c @@ -111,7 +111,7 @@ static void mf_push( hb_mux_t * mux, int tk, hb_buffer_t *buf ) if ( ( ( in + 2 ) & mask ) == ( track->mf.out & mask ) ) { - if ( track->mf.flen >= 1024 ) + if ( track->mf.flen >= 256 ) { mux->rdy = mux->allRdy; } |