diff options
author | Martin Prochnow <nordlicht@martins-kabuff.de> | 2006-03-16 20:17:58 +0100 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2006-03-16 20:17:58 +0100 |
commit | a245047c8c60d3acc0af75f5ffc7479cfeacd34d (patch) | |
tree | 1623a6f2239d242eb40eaaaa86a2be7a1e72443a /myreplaycontrol.c | |
parent | dda6babd28ffef10bed47f53f2b4a9168fa90a67 (diff) | |
download | vdr-plugin-extrecmenu-a245047c8c60d3acc0af75f5ffc7479cfeacd34d.tar.gz vdr-plugin-extrecmenu-a245047c8c60d3acc0af75f5ffc7479cfeacd34d.tar.bz2 |
Version 0.6v0.6
- after the replay of a recording ended, the menu jumps now to the last replayed recording
- recording commands like in VDR's recordings menu now work
- start to write some documentation in README
Diffstat (limited to 'myreplaycontrol.c')
-rw-r--r-- | myreplaycontrol.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/myreplaycontrol.c b/myreplaycontrol.c index a9a60a4..fe5f2b6 100644 --- a/myreplaycontrol.c +++ b/myreplaycontrol.c @@ -1,3 +1,9 @@ +/* + * See the README file for copyright information and how to reach the author. + * + * This code is directly taken from VDR with some changes by me to work with this plugin + */ + #include <vdr/interface.h> #include <vdr/status.h> #include <vdr/cutter.h> |