mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added missing '0x09=H.265 video, 0x19 = AC4 audio' to vdr.5
This commit is contained in:
parent
3f2dd916c1
commit
5f3d42bcd8
@ -2453,6 +2453,7 @@ Christoph Haubrich <christoph1.haubrich@arcor.de>
|
||||
for suggesting to make cRecordingInfo::Errors() return -1 for old recordings, and
|
||||
reporting a missing 'const'
|
||||
for reporting that the edited recording is not deleted in case of an error
|
||||
for reporting missing '0x09=H.265 video, 0x19 = AC4 audio' in vdr.5
|
||||
|
||||
Pekka Mauno <pekka.mauno@iki.fi>
|
||||
for fixing cSchedule::GetFollowingEvent() in case there is currently no present
|
||||
|
4
HISTORY
4
HISTORY
@ -9737,7 +9737,9 @@ Video Disk Recorder Revision History
|
||||
- The Recordings menu now marks recordings with errors with an exclamation mark ('!'),
|
||||
and the number of errors (if any) is displayed in the recording's Info menu.
|
||||
|
||||
2021-07-26:
|
||||
2021-10-16:
|
||||
|
||||
- Replaced all umlauts in the example channels.conf with their ae, oe, ue substitutes
|
||||
to avoid problems on UTF-8 systems.
|
||||
- Added missing '0x09=H.265 video, 0x19 = AC4 audio' to vdr.5 (reported by Christoph
|
||||
Haubrich).
|
||||
|
4
vdr.5
4
vdr.5
@ -8,7 +8,7 @@
|
||||
.\" License as specified in the file COPYING that comes with the
|
||||
.\" vdr distribution.
|
||||
.\"
|
||||
.\" $Id: vdr.5 5.3 2021/05/25 20:09:29 kls Exp $
|
||||
.\" $Id: vdr.5 5.4 2021/10/16 09:27:11 kls Exp $
|
||||
.\"
|
||||
.TH vdr 5 "15 Apr 2018" "2.4" "Video Disk Recorder Files"
|
||||
.SH NAME
|
||||
@ -927,7 +927,7 @@ l l.
|
||||
<description> @is the description of the event (any '|' characters will be interpreted as newlines)
|
||||
<genre> @is a two digit hex code, as defined in ETSI EN 300 468, table 28 (up to 4 genre codes are supported)
|
||||
<parental rating>@is the minimum age of the intended audience
|
||||
<stream> @is the stream content (1 = MPEG2 video, 2 = MP2 audio, 3 = subtitles, 4 = AC3 audio, 5 = H.264 video, 6 = HEAAC audio)
|
||||
<stream> @is the stream content (1 = MPEG2 video, 2 = MP2 audio, 3 = subtitles, 4 = AC3 audio, 5 = H.264 video, 6 = HEAAC audio, 0x09=H.265 video, 0x19 = AC4 audio)
|
||||
<type> @is the stream type according to ETSI EN 300 468
|
||||
<language> @is the three letter language code (optionally two codes, separated by '+')
|
||||
<descr> @is the description of this stream component
|
||||
|
Loading…
Reference in New Issue
Block a user