summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/menu.c b/menu.c
index 26d58c91..5937e67f 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c,v 1.19 2006-10-18 13:00:09 phintuka Exp $
+ * $Id: menu.c,v 1.20 2006-10-18 21:28:05 phintuka Exp $
*
*/
@@ -697,9 +697,7 @@ eOSState cMenuXinelib::ProcessHotkey(eKeys Key)
break;
case HOTKEY_DVD_SPU:
- /* case 1: DVD SPUs in vdr recordings */
- /* * TODO: DVD spu/audio map when playing DVD ... */
- /* use audio track window ... ? */
+ /* use audio track display menu ? */
{
int count = cXinelibDevice::Instance().NumDvdSpuTracks();
int current = cXinelibDevice::Instance().GetCurrentDvdSpuTrack();