Small cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28141 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -457,8 +457,7 @@ mkvReader::GetStreamInfo(void *_cookie, int64 *frameCount, bigtime_t *duration,
|
|||||||
|
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
mkvReader::Seek(void *cookie, uint32 flags,
|
mkvReader::Seek(void *cookie, uint32 flags, int64 *frame, bigtime_t *time)
|
||||||
int64 *frame, bigtime_t *time)
|
|
||||||
{
|
{
|
||||||
// Seek to the specified frame or time
|
// Seek to the specified frame or time
|
||||||
mkv_cookie *mkvcookie = (mkv_cookie *)cookie;
|
mkv_cookie *mkvcookie = (mkv_cookie *)cookie;
|
||||||
|
|||||||
Reference in New Issue
Block a user