Skip to content
  • Filip Roséen's avatar
    mkv: renamed matroska_segment_c::{Select, UnSelect} · 5263c190
    Filip Roséen authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    
    
    matroska_segment_c::Select and matroska_segment_c::Unselect are used to
    create/destroy ESs, with that said they are better named ESCreate and
    ESDestroy.
    
    Given their name and functionality there is no need (or reason) to send
    ES_OUT_SET_NEXT_DISPLAY_TIME from the creator, nor is it necessary to
    jump to some particular file-offset (since this is handled by a call to
    code that invokes seek in the relevant places).
    
    Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
    5263c190