changeset 36436:00e6d020db41

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.
author ib
date Mon, 02 Dec 2013 14:38:08 +0000
parents 2d41b475a7b4
children eb6cdd6b9b86
files stream/stream_vcd.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;