Displaying 1 result from an estimated 1 matches for "ogg_video".
2002 Sep 06
3
Header structure for "video" stream ?
...format, vorbis file format, but nothing on the "video" bitstreams that I can found in some ogg files (with XVID movies mixed with vorbis audio for example).
I can see that the "video" structe looks like this, but I'm searching information on what I call Dummy fields :
struct OGG_Video
{
WORD wDummy0;
DWORD dwFCC;
DWORD dwDummy1;
DWORD dwFps;
DWORD dwDummy3;
DWORD dwDummy4;
DWORD dwDummy5;
DWORD dwDummy6;
DWORD dwDummy7;
DWORD dwDummy8;
DWORD dwWidth;
DWORD dwHeight;
DWORD dwDummy9;
};
Thanks for your help, I know that...