From 78585c84b4cfd549d3f6e9fc0825216fd11b6eab Mon Sep 17 00:00:00 2001 From: Abhinav Shukla Date: Thu, 17 Mar 2016 08:30:36 -0700 Subject: [PATCH] ISDB timestamps now incrementing by setting current timestamp to the FTS --- src/lib_ccx/ccx_decoders_isdb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib_ccx/ccx_decoders_isdb.c b/src/lib_ccx/ccx_decoders_isdb.c index 3ff6a243..9b72ab13 100644 --- a/src/lib_ccx/ccx_decoders_isdb.c +++ b/src/lib_ccx/ccx_decoders_isdb.c @@ -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");