Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: Problems with vdr 1.2.5pre1 and cutting
Oliver Endriss wrote:
On Wednesday 03 September 2003 00:11, Klaus Hofmann wrote:
Hello,
I have the following problem with vdr1.2.5pre1. When setting a mark for
cutting, I can move them with key 4 and 6 but the picture doesn't show
the new frame. I'm using the driver 1.0.0 and vdr1.2.5pre1 without any
patches or plugins. My primary device is a Hauppauge Nexus 2.1.
When I remove
#define VIDEO_STILLPICTURE_WORKS_WITH_VDR_FRAMES
in VDR/dvbdevice.c everything works fine.
Does anyone else have such a problem?
As I wrote in the 'Playing DVD' thread:
You need driver 2003-08-23 or later or you have to patch the driver.
For driver release 1.0.0 the following patch is *required*:
---------------------------------------------------------------------
--- /tmp/linuxtv-dvb-1.0.0/driver/av7110/av7110.c Tue Jul 22 17:13:18 2003
+++ av7110.c Sat Aug 30 03:20:26 2003
@@ -4241,9 +4241,10 @@ play_iframe(av7110_t *av7110, u8 *buf, u
if (AV_StartPlay(av7110, RP_VIDEO) < 0) {
return -EBUSY;
}
- n=MIN_IFRAME/len+1;
}
+ n=MIN_IFRAME/len+1;
+
/* FIXME: nonblock? */
dvb_play(av7110, iframe_header, sizeof(iframe_header), 0, 1, 0);
---------------------------------------------------------------------
Oliver
I patched the 1.0.0 driver and it is working. The picture is updated
when moving a cutting mark.
thanks
Klaus.
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index