Skip to content
  • Frédéric Yhuel's avatar
    DASH: implement Seek() · 7fc90608
    Frédéric Yhuel authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
    
    
    This is needed for DASH module to work with (not yet ready) VLC MP4
    demux. Forward seeking is implemented by calling Read() with a NULL
    argument (= skipping), while backward seeking is limited to the current
    block in the block_bytestream_t upon which is built the internal buffer.
    This limitation is not really a problem because backward seeking will be
    needed only for the parsing of the initialization fragment.
    
    Signed-off-by: default avatarHugo Beauzée-Luyssen <beauze.h@gmail.com>
    7fc90608