diff options
author | Pierre Beyssac <pb@FreeBSD.org> | 2004-08-11 17:58:45 +0000 |
---|---|---|
committer | Pierre Beyssac <pb@FreeBSD.org> | 2004-08-11 17:58:45 +0000 |
commit | e38b9114e6b8b77134b6b9b3e59aac6e9b7ffe8f (patch) | |
tree | 64be29f41b4c50d8b02e80b26f165ff06c97f67d /multimedia/dvdauthor | |
parent | acf733a270156399d75e32c39f700fe0c75d2b4c (diff) | |
download | ports-e38b9114e6b8b77134b6b9b3e59aac6e9b7ffe8f.tar.gz ports-e38b9114e6b8b77134b6b9b3e59aac6e9b7ffe8f.zip |
Notes
Diffstat (limited to 'multimedia/dvdauthor')
-rw-r--r-- | multimedia/dvdauthor/files/patch-dvdvob.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/dvdauthor/files/patch-dvdvob.c b/multimedia/dvdauthor/files/patch-dvdvob.c new file mode 100644 index 000000000000..0d867f240e4b --- /dev/null +++ b/multimedia/dvdauthor/files/patch-dvdvob.c @@ -0,0 +1,11 @@ +--- src/dvdvob.c.orig Sun Mar 14 22:13:26 2004 ++++ src/dvdvob.c Wed Aug 11 19:52:52 2004 +@@ -1148,7 +1148,7 @@ + printpts(pts1); + fprintf(stderr,"\n"); + ach->audpts[ach->numaudpts-1].pts[1]=pts0; +- noshow: ++ noshow:; + } + ach->audpts[ach->numaudpts].pts[0]=pts0; + ach->audpts[ach->numaudpts].pts[1]=pts1; |