# HG changeset patch # User nicodvb # Date 1116190326 0 # Node ID 15b5b56d809f6c034f19e5d4440bdd56ba38642e # Parent 52838f8257473ef1ed265f03b008f333118531e1 restore vcd_track diff -r 52838f825747 -r 15b5b56d809f libmpdemux/open.c --- a/libmpdemux/open.c Sun May 15 20:11:34 2005 +0000 +++ b/libmpdemux/open.c Sun May 15 20:52:06 2005 +0000 @@ -32,6 +32,7 @@ /// We keep these 2 for the gui atm, but they will be removed. int dvd_title=0; +int vcd_track=0; int dvd_chapter=1; int dvd_last_chapter=0;