On Sunday 03 February 2008 21:58, Herman Robak wrote:
> On Tue, 29 Jan 2008 22:30:44 +0100, Johannes Sixt
>
> <[EMAIL PROTECTED]> wrote:
> > On Tuesday 29 January 2008 21:30, Herman Robak wrote:
> >> There's another regression which makes HDV unusable, though.
> >> We've been told it's the cacheing that causes it. Johannes,
> >> anyone, will you consider removing it?
> >
> > Oh, well it's this single-bit-change. I remember. Last time I
> > investigated the
> > patch I figured it would disengage a good deal of machinery (and not just
> > change its behavior), which I was concerned about. Now, since I don't
> > know
> > enough about libmpeg3 (like I said in another post), I shall dig up the
> > patch, trust it's a real improvement, and apply it ;)
>
> Any time soon? :-}
The patch that I mean is this one. Can you (or someone else) confirm that this
improves HD editing?
Index: libmpeg3/video/seek.c
===================================================================
--- libmpeg3/video/seek.c (revision 1050)
+++ libmpeg3/video/seek.c (working copy)
@@ -354,7 +354,7 @@
video->repeat_count = 0;
// Read up to current frame
- mpeg3video_drop_frames(video,
frame_number - video->framenum, 1);
+ mpeg3video_drop_frames(video,
frame_number - video->framenum, 0);
break;
}
}
-- Hannes
_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra