mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-26 21:03:04 +00:00
ISDB timestamps now incrementing by setting current timestamp to the FTS
This commit is contained in:
parent
02b93fa73f
commit
78585c84b4
@ -1388,6 +1388,7 @@ int isdbsub_decode(struct lib_cc_decode *dec_ctx, const uint8_t *buf, size_t buf
|
||||
const uint8_t *header_end = NULL;
|
||||
int ret = 0;
|
||||
ISDBSubContext *ctx = dec_ctx->private_data;
|
||||
ctx->timestamp = get_fts(dec_ctx->timing, dec_ctx->current_field);
|
||||
if(*buf++ != 0x80)
|
||||
{
|
||||
mprint("\nNot a Syncronised PES\n");
|
||||
|
Loading…
Reference in New Issue
Block a user