diff options
Diffstat (limited to 'libhb/decsub.c')
-rw-r--r-- | libhb/decsub.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libhb/decsub.c b/libhb/decsub.c index 2b76ecf29..209c1c80f 100644 --- a/libhb/decsub.c +++ b/libhb/decsub.c @@ -95,6 +95,11 @@ int decsubWork( hb_work_object_t * w, hb_buffer_t ** buf_in, /* We got a complete subtitle, decode it */ *buf_out = Decode( w ); + if( buf_out && *buf_out ) + { + (*buf_out)->sequence = in->sequence; + } + /* Wait for the next one */ pv->size_sub = 0; pv->size_got = 0; |