Fixed SC2 compilation

This commit is contained in:
pelya
2010-10-26 14:43:38 +03:00
parent b1865561c4
commit fc58bc53c0
2 changed files with 8 additions and 5 deletions

View File

@@ -270,7 +270,7 @@ ova_GetFrame (THIS_PTR)
// this is the closest to a frame there is in ogg vorbis stream
// doesn't seem to be a func to retrive it
#ifdef OVCODEC_TREMOR
return ova->vf.os->pageno;
return ova->vf.os.pageno;
#else
return ova->vf.os.pageno;
#endif /* OVCODEC_TREMOR */