diff options
author | phintuka <phintuka> | 2006-10-18 21:28:05 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-10-18 21:28:05 +0000 |
commit | 136f4ada75a8d702fcff341ac514dbf22847d45f (patch) | |
tree | 1374d1ccae07c06e8d506211ed32aa7c6e9f82ee | |
parent | cd63ab52d5c2111a643fed9c0a8914a21d12ed13 (diff) | |
download | xineliboutput-136f4ada75a8d702fcff341ac514dbf22847d45f.tar.gz xineliboutput-136f4ada75a8d702fcff341ac514dbf22847d45f.tar.bz2 |
Removed old TODO
-rw-r--r-- | menu.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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(); |