2017-11-23 12:21 GMT+01:00 Karthick J <kjeya...@akamai.com>: > + if (hls->flags & HLS_SPLIT_BY_TIME) { > + // Independent segments cannot be guaranteed when splitting by time > + hls->flags &= ~HLS_INDEPENDENT_SEGMENTS; > + av_log(s, AV_LOG_WARNING, > + "'split_by_time' and 'independent_segments' cannot be enabled > together. " > + "Disabling 'independent_segments' flag\n"); > + }
I did not read the code (so this comment may be wrong) but I would have expected "if (flags & BY_TIME && flags & INDEPENDENT)". Carl Eugen _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel