diff options
Diffstat (limited to 'multimedia/dvdauthor/patches/patch-ab')
-rw-r--r-- | multimedia/dvdauthor/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/dvdauthor/patches/patch-ab b/multimedia/dvdauthor/patches/patch-ab new file mode 100644 index 00000000000..70653baa1c5 --- /dev/null +++ b/multimedia/dvdauthor/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2005/12/20 15:32:02 joerg Exp $ + +--- src/dvdvob.c.orig 2005-12-20 15:22:35.000000000 +0000 ++++ src/dvdvob.c +@@ -1149,6 +1149,7 @@ int FindVobus(char *fbase,struct vobgrou + fprintf(stderr,"\n"); + ach->audpts[ach->numaudpts-1].pts[1]=pts0; + noshow: ++ ; + } + ach->audpts[ach->numaudpts].pts[0]=pts0; + ach->audpts[ach->numaudpts].pts[1]=pts1; |