Displaying 1 result from an estimated 1 matches for "pfoggclip".
2006 Oct 06
0
V4L + Theora small app...
...0;
int iFrameOffsetX = 0;
int iFrameOffsetY = 0;
int iVideoFPSnum = 25; /* 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...