# HG changeset patch # User ib # Date 1385995088 0 # Node ID 00e6d020db41362161fb493e43d77e7c740d31d8 # Parent 2d41b475a7b47ed8f751253c31df95383438ef4f Add stream control command STREAM_CTRL_GET_CURRENT_TITLE for VCD. It's just an alias for STREAM_CTRL_GET_CURRENT_CHAPTER for the sake of consistency. diff -r 2d41b475a7b4 -r 00e6d020db41 stream/stream_vcd.c --- a/stream/stream_vcd.c Mon Dec 02 14:30:21 2013 +0000 +++ b/stream/stream_vcd.c Mon Dec 02 14:38:08 2013 +0000 @@ -113,6 +113,7 @@ } break; } + case STREAM_CTRL_GET_CURRENT_TITLE: case STREAM_CTRL_GET_CURRENT_CHAPTER: { *(unsigned int *)arg = vcd->track - 1;