mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-23 19:31:39 +00:00
passing ctx to store_hdcc
This commit is contained in:
parent
87f1a3845c
commit
72ecd279cf
@ -458,7 +458,7 @@ int main(int argc, char *argv[])
|
||||
break;
|
||||
|
||||
}
|
||||
store_hdcc(bptr,len, i++,fts_now,&dec_sub);
|
||||
store_hdcc(ctx, bptr,len, i++,fts_now,&dec_sub);
|
||||
if(dec_sub.got_output)
|
||||
{
|
||||
encode_sub(enc_ctx, &dec_sub);
|
||||
|
Loading…
Reference in New Issue
Block a user