Fixed SC2 compilation
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user