fVideoBitmap
(int) fVideoBitmap->Bounds().Width() + 1,
(int) fVideoBitmap->Bounds().Height() + 1,
0, GL_BGRA, GL_UNSIGNED_BYTE, fVideoBitmap->Bits());
= fVideoTrack->ReadFrames(fVideoBitmap->Bits(), &frameCount, &mh);
(int)fVideoBitmap->Bounds().Width() + 1,
(int)fVideoBitmap->Bounds().Height() + 1,
GL_BGRA, GL_UNSIGNED_BYTE, fVideoBitmap->Bits());
delete fVideoBitmap;
fVideoBitmap = new BBitmap(bounds, B_RGB32);
format.u.raw_video.display.format = fVideoBitmap->ColorSpace();
= fVideoBitmap->BytesPerRow();
BBitmap* fVideoBitmap;