mirror of
https://github.com/gpac/gpac.git
synced 2026-01-12 00:05:22 +08:00
cosmetics
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -265,7 +265,7 @@ push_feature "gsfdmx" "*GPAC serialized format demuxer"
|
||||
push_feature "nhmlr" "*NHML demuxer"
|
||||
push_feature "nhntr" "*NHNT demuxer"
|
||||
push_feature "cecrypt" "*CENC Encryptor"
|
||||
push_feature "flist" "*Playlist concetenator"
|
||||
push_feature "flist" "*Playlist concatenator"
|
||||
push_feature "hevcmerge" "*HEVC tile merger"
|
||||
push_feature "hevcsplit" "*HEVC tile spliter"
|
||||
push_feature "fin" "*File input"
|
||||
|
||||
@@ -182,7 +182,7 @@ static void routein_send_file(ROUTEInCtx *ctx, u32 service_id, GF_ROUTEEventFile
|
||||
|
||||
p_pid = &ctx->opid;
|
||||
if (finfo && finfo->tsi) {
|
||||
//for non-segment data, do not foward corrupted files or repeated files if not asked for it
|
||||
//for non-segment data, do not forward corrupted files or repeated files if not asked for it
|
||||
if ((evt_type==GF_ROUTE_EVT_FILE) || (evt_type==GF_ROUTE_EVT_MPD) || (evt_type==GF_ROUTE_EVT_HLS_VARIANT)) {
|
||||
if (ctx->skipr && !finfo->updated) return;
|
||||
if (finfo->blob->flags & GF_BLOB_CORRUPTED) return;
|
||||
|
||||
Reference in New Issue
Block a user