Skip to content
  • Wim Taymans's avatar
    oggdemux: implement keyframe seeking · c53cd385
    Wim Taymans authored
    Implement keyframe seeking in oggdemux by doing the double seek trick. First
    seek to the required position, then read pages for all streams to grab the
    granulepos (to know the timing of the keyframe) of each stream, then seek back
    to the first keyframe.
    c53cd385