]> git.pld-linux.org Git - packages/transcode.git/commitdiff
- fix for libdv >= 0.103
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 6 Oct 2005 09:42:29 +0000 (09:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    transcode-libdv-0.103.patch -> 1.1

transcode-libdv-0.103.patch [new file with mode: 0644]

diff --git a/transcode-libdv-0.103.patch b/transcode-libdv-0.103.patch
new file mode 100644 (file)
index 0000000..61c76de
--- /dev/null
@@ -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)
+ {
This page took 0.095318 seconds and 4 git commands to generate.