diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-24 13:16:43 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-24 13:16:43 +0100 |
commit | c5553f9187c6f16a4280e7299ec26328eaa0b398 (patch) | |
tree | a0644fa026db806817c514eef72d565274ac5f8c /HISTORY | |
parent | a02868c90c1832879b1662398d10f1edebfaf59a (diff) | |
download | vdr-c5553f9187c6f16a4280e7299ec26328eaa0b398.tar.gz vdr-c5553f9187c6f16a4280e7299ec26328eaa0b398.tar.bz2 |
Fixed editing PES recordings
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5959,3 +5959,7 @@ Video Disk Recorder Revision History - Added an 'int' typecast to calculations involving FramesPerSecond() to avoid compiler warnings. - Fixed detecting frames for pure audio recordings. +- Fixed editing PES recordings. The frame type in the index.vdr file generated for + the edited PES recording is set to 1 for I-frames and 2 for all others (P- and + B-frames). The exact frame type doesn't matter for VDR, it only needs to know if + it's an I-frame or not. |