SOURCES: transcode-libdv-0.103.patch (NEW) - fix for libdv >= 0.103

glen glen at pld-linux.org
Thu Oct 6 11:42:34 CEST 2005


Author: glen                         Date: Thu Oct  6 09:42:34 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for libdv >= 0.103

---- Files affected:
SOURCES:
   transcode-libdv-0.103.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/transcode-libdv-0.103.patch
diff -u /dev/null SOURCES/transcode-libdv-0.103.patch:1.1
--- /dev/null	Thu Oct  6 11:42:34 2005
+++ SOURCES/transcode-libdv-0.103.patch	Thu Oct  6 11:42:29 2005
@@ -0,0 +1,13 @@
+from http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/69406
+
+--- import/decode_dv.c.orig	Thu Jul 22 00:30:32 2004
++++ import/decode_dv.c	Thu Jul 22 00:34:45 2004
+@@ -42,6 +42,8 @@
+ #define DV_HEADER_SIZE header_size
+ 
+ static int verbose=TC_QUIET;
++static const int frame_size_625_50 = 12 * 150 * 80;
++static const int frame_size_525_60 = 10 * 150 * 80;
+ 
+ static unsigned char *bufalloc(size_t size)
+ {
================================================================



More information about the pld-cvs-commit mailing list