diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-25 23:32:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-25 23:32:42 +0100 |
| commit | 920668c0e09b373a6c52dde30e8133cf894c1d2a (patch) | |
| tree | 333bc94a5ea031823a83c9bf77a24b275cc8c975 /src/lib/ffmpeg_decoder.cc | |
| parent | 21cb87b98993f8ad4d71d20a15b957f6b4ac0068 (diff) | |
Tidy comment.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 4 |
1 files 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(); |
