diff --git a/Userland/Libraries/LibVideo/Containers/Demuxer.h b/Userland/Libraries/LibVideo/Containers/Demuxer.h index dacc121678..1a2d2355d2 100644 --- a/Userland/Libraries/LibVideo/Containers/Demuxer.h +++ b/Userland/Libraries/LibVideo/Containers/Demuxer.h @@ -28,7 +28,8 @@ public: return sample.release_nonnull(); } - virtual DecoderErrorOr seek_to_most_recent_keyframe(Track track, Time timestamp) = 0; + // Returns the timestamp of the keyframe that was seeked to. + virtual DecoderErrorOr