diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-05-16 13:36:55 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-05-16 13:36:55 +0200 |
commit | 7f3d21f86715d10e9c7ec9a0da1177c9313178d3 (patch) | |
tree | 22488ac5fd771e3cb7b3ef4f7ed984d964bb27cd /vdr.5 | |
parent | 0f9b247122314e51f06d848b7801dbfcacab3de7 (diff) | |
download | vdr-7f3d21f86715d10e9c7ec9a0da1177c9313178d3.tar.gz vdr-7f3d21f86715d10e9c7ec9a0da1177c9313178d3.tar.bz2 |
Added handling MPEG audio types "ISO/IEC 14496-3 Audio with LATM transport syntax" and "ISO/IEC 13818-7 Audio with ADTS transport sytax"
Diffstat (limited to 'vdr.5')
-rw-r--r-- | vdr.5 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 2.18 2010/04/02 14:46:21 kls Exp $ +.\" $Id: vdr.5 2.19 2010/05/16 12:15:48 kls Exp $ .\" .TH vdr 5 "10 Feb 2008" "1.6" "Video Disk Recorder Files" .SH NAME @@ -204,6 +204,13 @@ can be indicated by adding a second language code, delimited by a '+' sign, as i .B ...:101=deu,102=eng+spa;103=deu,104=eng:... +The audio type is appended with a separating '@' character, as in + +.B ...:101=deu@4,102=eng+spa@4,105=@4:... + +Note that if there is no language code, there still is the separating '=' +if there is an audio type. + .TP .B TPID The teletext PID. |