Skip to content
Snippets Groups Projects

demux: mkv: separate Chapter Codec implementations

Merged Steve Lhomme requested to merge robUx4/vlc:codec-split into master
All threads resolved!
2 files
+ 9
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -131,7 +131,7 @@ public:
private:
virtual_segment_c *p_current_vsegment = nullptr;
std::unique_ptr<dvd_command_interpretor_c> dvd_interpretor;
std::unique_ptr<dvd_command_interpretor_c> dvd_interpretor; // protected by lock_demuxer
};
} // namespace
Loading