Skip to content
  • Monty's avatar
    · ec9141a0
    Monty authored
    Fixed a seeking bug;
    
    I shot myself int he foot by adding the expected_pageno arg to
    stream_reset; it needed the out of sequence trip to skip past
    continued packets.
    
    Removed the argument; stream_reset no sets pageno to -1 (not 0 like in
    init) so that seeks are flagged; the out of sequence handling trips,
    but the -1 surpresses the out of sequence error.
    
    Monty
    
    svn path=/trunk/vorbis/; revision=301
    ec9141a0