Commit c5f58878 authored by Steve Lhomme's avatar Steve Lhomme

mkv.cpp: chapters are visible by default

parent 65480535
...@@ -319,7 +319,7 @@ public: ...@@ -319,7 +319,7 @@ public:
,i_user_start_time(-1) ,i_user_start_time(-1)
,i_user_end_time(-1) ,i_user_end_time(-1)
,i_seekpoint_num(-1) ,i_seekpoint_num(-1)
,b_display_seekpoint(false) ,b_display_seekpoint(true)
,psz_parent(NULL) ,psz_parent(NULL)
{} {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment