mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 20:01:42 +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;
|
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)
|
if(dec_sub.got_output)
|
||||||
{
|
{
|
||||||
encode_sub(enc_ctx, &dec_sub);
|
encode_sub(enc_ctx, &dec_sub);
|
||||||
|
Loading…
Reference in New Issue
Block a user