Maya Farber Brodsky

Results 3 comments of Maya Farber Brodsky

Hi, I just checked it with the current master, still same result (no captions produced with -datapid 0xCE0). Same problem as #1163

It still does work by commenting the two lines nikop suggested: ```c if (!pinfo->initialized_ocr) pinfo->initialized_ocr = 1; ``` What's their purpose? Everything seems to be working without them.

@cfsmp3 I investigated this problem a bit more, and I think I found the root of the issue. It starts [here](https://github.com/CCExtractor/ccextractor/blob/master/src/lib_ccx/ts_tables.c#L357). On line 357, ocr_ctx is initiated only once, when...