search for: toggpag

Displaying 1 result from an estimated 1 matches for "toggpag".

Did you mean: toggpage
2006 Oct 06
0
V4L + Theora small app...
.../* FPS 12.5 */ int iVideoFPSden = 2; int iVideoAspNum = 1; int iVideoAspDen = 1; int iVideoBitrate = 400000; int iVideoQuality = 15; int iFrameCounter; unsigned char* ucYUVframe = NULL; FILE* pfOGGclip = NULL; ogg_stream_state tOGGstreamState; ogg_page tOGGpage; ogg_packet tOGGpacket; theora_state tTheoraState; theora_info tTheoraInfo; theora_comment tTheoraComment; yuv_buffer tYUVbuffer; int OGG_Init( void ) { printf( "+++ OGG_Init() \n" ); srand( time( NULL ) ); /* Set up Theora encoder */ /*...