summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-12 10:37:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-12 10:37:58 +0200
commit33e5ef3a5867998bec1bb3d8d7c8b6597cc1393b (patch)
tree09c242a9b2fddda6dd5cb6f317228250e568ab8b /status.h
parentb12403458e20fbd3d8201f9c14a5bd8dffb854ee (diff)
downloadvdr-33e5ef3a5867998bec1bb3d8d7c8b6597cc1393b.tar.gz
vdr-33e5ef3a5867998bec1bb3d8d7c8b6597cc1393b.tar.bz2
The list of tracks given in cStatus::SetAudioTrack() is now NULL terminated
Diffstat (limited to 'status.h')
-rw-r--r--status.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/status.h b/status.h
index 57e4b919..65197441 100644
--- a/status.h
+++ b/status.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: status.h 1.9 2005/12/31 15:15:25 kls Exp $
+ * $Id: status.h 1.10 2007/08/12 10:34:40 kls Exp $
*/
#ifndef __STATUS_H
@@ -40,7 +40,7 @@ protected:
// absolutely or relative to the current volume.
virtual void SetAudioTrack(int Index, const char * const *Tracks) {}
// The audio track has been set to the one given by Index, which
- // points into the Tracks array of strings.
+ // points into the Tracks array of strings. Tracks is NULL terminated.
virtual void SetAudioChannel(int AudioChannel) {}
// The audio channel has been set to the given value.
// 0=stereo, 1=left, 2=right, -1=no information available.