Re: ov_open_callbacks takes so much time to open 210 MB OGG file
Pavel Nikitenko <[email protected]> Tue, 18 Dec 2012 00:00:13 +0100
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
Tuomo, Thanks, that is good tip! I also program in Python and I forgot brackets. In Python they are not used, just tabulator. I am going to fix it and to test the code if this helps with the observed long time operation of ov_open_callbacks issue. But Monty said that wrong generation of OGG should not be related to ov_open_callbacks 23 minutes long time operation. Anyway I will fix it. Any other tip? Do I finalize the OGG otherwise correctly? Thanks very for help in advance. Will do the required fix. Thanks again for this kind help. On 17.12.2012 15:50, Tuomo Latto wrote: > On 17.12.2012 01:09, Pavel Nikitenko wrote: >> /// my >> int result=ogg_stream_flush(&os,&og); >> if(result !=0) >> fwrite(og.header,1,og.header_len,fd_); >> fwrite(og.body,1,og.body_len,fd_); >> ///my > There's no block in this if statement. Should there be? > >