Displaying 1 result from an estimated 1 matches for "tyuvbuff".
Did you mean:
tyuvbuffer
2006 Oct 06
0
V4L + Theora small app...
...igned 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 */
/* Theora has a divisible-by-sixteen restriction for the encoded video size */
/* scale the frame size up to the nearest /16 and calculate offsets */
iVideoX = ( ( FR...