Jump to content

Roberto14

Members
  • Posts

    36
  • Joined

  • Last visited

Blog Comments posted by Roberto14

  1. Now i have this error message trying load an ogg file, that before this update i was able to load with my lib:

    "Corrupt or missing data in bitstream; continuing..."

     

    And long load time, more than 4 sec...

     

    Edit:

     

    Web https://svn.xiph.org/trunk/vorbis/examples/decoder_example.c

     

    int result=ogg_sync_pageout(&oy,&og);

    if(result<0){ fprintf(stderr,"Corrupt or missing data in bitstream; continuing...\n");

    then at https://xiph.org/ogg/doc/libogg/ogg_sync_pageout.html

    Returned value:

    -1 returned if stream has not yet captured sync (bytes were skipped).

×
×
  • Create New...