File: dvdauthor.c.diff

package info (click to toggle)
dvdauthor 0.6.11-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,400 kB
  • ctags: 1,878
  • sloc: ansic: 13,304; sh: 3,806; yacc: 325; lex: 137; makefile: 131
file content (13 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: dvdauthor-0.6.11/src/dvdauthor.c
===================================================================
--- dvdauthor-0.6.11.orig/src/dvdauthor.c
+++ dvdauthor-0.6.11/src/dvdauthor.c
@@ -145,7 +145,7 @@
     return buildtimehelper(va,num,ratedenom[rc]);
 }
 
-unsigned int getaudch(struct vobgroup *va,int a)
+int getaudch(struct vobgroup *va,int a)
 {
     if( !va->ad[a].aid )
         return -1;