diff options
Diffstat (limited to 'video')
-rw-r--r-- | video/video_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h index 48d705932f..f8a6d6b080 100644 --- a/video/video_decoder.h +++ b/video/video_decoder.h @@ -228,7 +228,7 @@ private: }; /** - * A VideoDecoder that can rewound back to the beginning. + * A VideoDecoder that can be rewound back to the beginning. */ class RewindableVideoDecoder : public virtual VideoDecoder { public: |