mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
file and writes a YUV4MPEG stream which can be piped to mpeg2enc. In other words, it exports the nuppelvideo .nuv format for encoding (S)VCD/DVD compliant MPEGs with mjpegtools. PR: ports/73417 Submitted by: Frank W. Josellis <frank@dynamical-systems.org>
13 lines
295 B
C
13 lines
295 B
C
--- quicktime/qtprivate.h.orig Mon Feb 12 22:35:19 2001
|
|
+++ quicktime/qtprivate.h Mon Nov 1 09:41:06 2004
|
|
@@ -13,8 +13,8 @@
|
|
typedef int64_t longest;
|
|
typedef u_int64_t ulongest;
|
|
|
|
-#define FTELL ftello64
|
|
-#define FSEEK fseeko64
|
|
+#define FTELL ftello
|
|
+#define FSEEK fseeko
|
|
|
|
typedef struct
|
|
{
|