Skip to content

demux/mkv: avoid dynamic_cast to check EOF

Steve Lhomme requested to merge robUx4/vlc:vlc_mkv_stream into master

We know we have a VLC stream, we can use its special methods.

Merge request reports