Tidy comment.
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Mar 2025 22:32:42 +0000 (23:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Mar 2025 22:32:42 +0000 (23:32 +0100)
src/lib/ffmpeg_decoder.cc

index 81ca14f7f2fbfad85b2f1fb5948ab44ca25be58b..a4ddd3a7cf6407d1f793252dd530b1c90a9c61b1 100644 (file)
@@ -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();