From 920668c0e09b373a6c52dde30e8133cf894c1d2a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 Mar 2025 23:32:42 +0100 Subject: Tidy comment. --- src/lib/ffmpeg_decoder.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 81ca14f7f..a4ddd3a7c 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -439,8 +439,8 @@ FFmpegDecoder::seek (ContentTime time, bool accurate) AVSEEK_FLAG_BACKWARD ); - /* Force re-creation of filter graphs to reset them and hence to make sure - they don't have any pre-seek frames knocking about. + /* Force re-creation of filter graphs to reset them, to make sure + they don't have any pre-seek frames. */ _filter_graphs.clear(); -- cgit v1.2.3