search for: stream_eo

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

Did you mean: stream_eod
2005 Oct 05
1
Simple encodig sample...
...fine _LARGEFILE64_SOURCE #define _FILE_OFFSET_BITS 64 #ifndef _REENTRANT # define _REENTRANT #endif #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <unistd.h> #include "theora/theora.h" #define STREAM_EOP 1 // End-of-page #define STREAM_EOD 2 // End-of-data #define STREAM_EOS 3 // End-of-stream #define SPIN "|/-\\" int video_x = 0; int video_y = 0; int frame_x = 352; int frame_y = 288; int frame_x_offset = 0; int frame_y_offset = 0; int vide...