mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-26 04:41:53 +00:00
Fixed position_sanity_check for myth.c
This commit is contained in:
parent
eead25896f
commit
64d300d15e
@ -787,7 +787,7 @@ void myth_loop(struct lib_ccx_ctx *ctx)
|
||||
memset(&dec_sub, 0, sizeof(dec_sub));
|
||||
while (is_decoder_processed_enough(ctx) == CCX_FALSE && (rc=mpegps_read_packet(ctx->demux_ctx))==0)
|
||||
{
|
||||
position_sanity_check(ctx);
|
||||
position_sanity_check(ctx->demux_ctx);
|
||||
if (av.codec_id==CODEC_ID_MPEG2VBI && av.type==CODEC_TYPE_DATA)
|
||||
{
|
||||
if (!has_vbi)
|
||||
|
Loading…
Reference in New Issue
Block a user