diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-11 14:30:21 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-11 14:30:21 +0200 |
commit | 8e7c06006f8667148f6564326be2deafa5a3a3e8 (patch) | |
tree | 065f6752c3ac4918a2a9766bc266c26438a376f8 /dvbapi.c | |
parent | 8e99289b55d9cce58e46c31c88a18826aa53b8d5 (diff) | |
download | vdr-8e7c06006f8667148f6564326be2deafa5a3a3e8.tar.gz vdr-8e7c06006f8667148f6564326be2deafa5a3a3e8.tar.bz2 |
Implemented 'Jump' function in replay mode
Diffstat (limited to 'dvbapi.c')
-rw-r--r-- | dvbapi.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -7,7 +7,7 @@ * DVD support initially written by Andreas Schultz <aschultz@warp10.net> * based on dvdplayer-0.5 by Matjaz Thaler <matjaz.thaler@guest.arnes.si> * - * $Id: dvbapi.c 1.104 2001/08/11 10:17:26 kls Exp $ + * $Id: dvbapi.c 1.105 2001/08/11 12:21:49 kls Exp $ */ //#define DVDDEBUG 1 @@ -57,8 +57,6 @@ extern "C" { // The maximum size of a single frame: #define MAXFRAMESIZE (192*1024) -#define FRAMESPERSEC 25 - // The maximum file size is limited by the range that can be covered // with 'int'. 4GB might be possible (if the range is considered // 'unsigned'), 2GB should be possible (even if the range is considered |