Ticket #5988: speed_example.diff
| File speed_example.diff, 439 bytes (added by bemasc, 5 years ago) |
|---|
-
examples/encoder_example.c
760 760 761 761 theora_encode_init(&td,&ti); 762 762 theora_info_clear(&ti); 763 764 c = 2; 765 theora_control(&td, TH_ENCCTL_SET_SPLEVEL, &c, sizeof(int)); 763 766 764 767 /* initialize Vorbis too, assuming we have audio to compress. */ 765 768 if(audio){
