mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
884 B

  1. diff -dur dvdauthor-0.6.10/src/dvdvob.c dvdauthor-0.6.10-patch/src/dvdvob.c
  2. --- dvdauthor-0.6.10/src/dvdvob.c 2004-03-14 21:13:26.000000000 +0000
  3. +++ dvdauthor-0.6.10-patch/src/dvdvob.c 2004-07-12 23:24:43.000000000 +0000
  4. @@ -1,4 +1,4 @@
  5. -/*
  6. +/*
  7. * Copyright (C) 2002 Scott Smith (trckjunky@users.sourceforge.net)
  8. *
  9. * This program is free software; you can redistribute it and/or modify
  10. @@ -1148,8 +1148,8 @@
  11. printpts(pts1);
  12. fprintf(stderr,"\n");
  13. ach->audpts[ach->numaudpts-1].pts[1]=pts0;
  14. - noshow:
  15. }
  16. + noshow:
  17. ach->audpts[ach->numaudpts].pts[0]=pts0;
  18. ach->audpts[ach->numaudpts].pts[1]=pts1;
  19. ach->audpts[ach->numaudpts].sect=cursect;
  20. Nur in dvdauthor-0.6.10-patch/src: dvdvob.c~.