[FFmpeg-devel] [PATCH] [UPDATE] HLS, add option to skip down streams,
Moritz Barsnick
barsnick at gmx.net
Sat Apr 22 16:11:13 EEST 2017
On Fri, Apr 21, 2017 at 11:34:39 +0100, Amine kabab wrote:
> + {"skip_down_streams", "continue playback of HLS when one of the variant streams are down",
> + OFFSET(skip_down_streams), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, FLAGS},
"one" is singular, so this would be "... streams is down".
I would prefer:
"continue playback of HLS if any of the variant streams is down"
as "one" is wrong, strictly speaking.
Moritz
More information about the ffmpeg-devel
mailing list