]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:18:02 +0000 (17:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qt-faststart-off_t.patch -> 1.2

qt-faststart-off_t.patch [deleted file]

diff --git a/qt-faststart-off_t.patch b/qt-faststart-off_t.patch
deleted file mode 100644 (file)
index 3615aeb..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ffmpeg-export-2007-10-09/tools/qt-faststart.c~     2009-07-01 13:22:20.000000000 +0300
-+++ ffmpeg-export-2007-10-09/tools/qt-faststart.c      2009-07-01 13:22:23.379636033 +0300
-@@ -130,7 +130,7 @@
-                 fclose(infile);
-                 return 1;
-             }
--            fseeko(infile, -ATOM_PREAMBLE_SIZE, SEEK_CUR);
-+            fseeko(infile, (off_t)-ATOM_PREAMBLE_SIZE, SEEK_CUR);
-             if (fread(ftyp_atom, atom_size, 1, infile) != 1) {
-                 perror(argv[1]);
-                 free(ftyp_atom);
This page took 0.059489 seconds and 4 git commands to generate.