From d91a82c206cc7cc976cec04604b1a8bf5671a49c Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 16 May 2019 16:32:53 +0200 Subject: demux: fix typos in comments How does this happen? --- demux/demux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demux') diff --git a/demux/demux.c b/demux/demux.c index 36b6ec9231..97e5116bab 100644 --- a/demux/demux.c +++ b/demux/demux.c @@ -1500,7 +1500,7 @@ static void add_packet_locked(struct sh_stream *stream, demux_packet_t *dp) adjust_seek_range_on_packet(ds, dp); - // Possible update duration based on highest TS demuxed (but ignore subs). + // Possibly update duration based on highest TS demuxed (but ignore subs). if (stream->type != STREAM_SUB) { if (dp->segmented) ts = MP_PTS_MIN(ts, dp->end); @@ -1516,7 +1516,7 @@ static void add_packet_locked(struct sh_stream *stream, demux_packet_t *dp) } } - // (should preferable be outside of the lock) + // (should preferably be outside of the lock) if (in->enable_recording && !in->recorder && in->opts->record_file && in->opts->record_file[0]) { -- cgit v1.2.3