Skip to content
  • Petri Hintukainen's avatar
    bluray: fix displaying of still images · 58813c05
    Petri Hintukainen authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    
    
    MPEG-TS demuxer does not flush last video frame if size of PES packet is unknown.
    Packet is flushed only when TS packet with PUSI flag set is received.
    Fix this by emitting (video) ts packet with PUSI flag set.
    Add video sequence end code to payload so that also video decoder is flushed.
    Set PES packet size in the payload so that it will be sent to decoder immediately.
    
    Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
    58813c05