svn-id: r55812
This commit is contained in:
Max Horn 2011-02-07 18:20:17 +00:00
parent 12f919a8e8
commit 4a16e0911f

View file

@ -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: