summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-05-18 09:24:10 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-05-18 09:24:10 +0200
commit26a2d985243eed98276f0bc68dc7db6f61d87128 (patch)
treeb062ef7cd6cd1129864c99e9980f993d5e64a89f /HISTORY
parent7da1dc6e1df129d0c04b3904c97d7544d7a3c88d (diff)
downloadvdr-26a2d985243eed98276f0bc68dc7db6f61d87128.tar.gz
vdr-26a2d985243eed98276f0bc68dc7db6f61d87128.tar.bz2
Fixed the cutting mechanism to make it re-sync in case a frame is larger than the buffer
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 180a1580..056e0f17 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1304,3 +1304,5 @@ Video Disk Recorder Revision History
started a plugin project, you may want to change this in your Makefile accordingly.
- Fixed some function headers to make them compile with gcc 3.x (thanks to
Gregoire Favre).
+- Fixed the cutting mechanism to make it re-sync in case a frame is larger than the
+ buffer (thanks to Sven Grothklags).