Small cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28141 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-10-15 15:38:34 +00:00
parent 822f932f1a
commit 699e7d89e4
@@ -442,7 +442,7 @@ mkvReader::FreeCookie(void *_cookie)
status_t
mkvReader::GetStreamInfo(void *_cookie, int64 *frameCount, bigtime_t *duration,
media_format *format, const void **infoBuffer, size_t *infoSize)
media_format *format, const void **infoBuffer, size_t *infoSize)
{
mkv_cookie *cookie = (mkv_cookie *)_cookie;
if (cookie) {
@@ -457,8 +457,7 @@ mkvReader::GetStreamInfo(void *_cookie, int64 *frameCount, bigtime_t *duration,
status_t
mkvReader::Seek(void *cookie, uint32 flags,
int64 *frame, bigtime_t *time)
mkvReader::Seek(void *cookie, uint32 flags, int64 *frame, bigtime_t *time)
{
// Seek to the specified frame or time
mkv_cookie *mkvcookie = (mkv_cookie *)cookie;