Small cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28141 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -442,7 +442,7 @@ mkvReader::FreeCookie(void *_cookie)
|
|||||||
|
|
||||||
status_t
|
status_t
|
||||||
mkvReader::GetStreamInfo(void *_cookie, int64 *frameCount, bigtime_t *duration,
|
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;
|
mkv_cookie *cookie = (mkv_cookie *)_cookie;
|
||||||
if (cookie) {
|
if (cookie) {
|
||||||
@@ -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