We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e96265 commit 328e45aCopy full SHA for 328e45a
src/rust/src/hardsubx/decoder.rs
@@ -746,7 +746,7 @@ pub unsafe fn process_hardsubx_linear_frames_and_normal_subs(
746
break;
747
}
748
749
- if terminate_asap == 0 && !end_of_file && is_decoder_processed_enough(ctx) == 0 {
+ if terminate_asap == 0 && !end_of_file && is_decoder_processed_enough(ctx) == 0 && ret != -102{
750
position_sanity_check((*ctx).demux_ctx);
751
ret = _get_more_data(ctx, &mut datalist, &stream_mode);
752
0 commit comments