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!
3 files
+ 6
10
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -37,11 +37,6 @@ typedef enum {
namespace mkv {
chapter_codec_cmds_c::~chapter_codec_cmds_c()
{
delete p_private_data;
}
void chapter_codec_cmds_c::AddCommand( const KaxChapterProcessCommand & command )
{
auto codec_time = FindChild<KaxChapterProcessTime>(command);
Loading