summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/mlt/files/mlt-0.2.4-double-fps.patch')
-rw-r--r--media-libs/mlt/files/mlt-0.2.4-double-fps.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/media-libs/mlt/files/mlt-0.2.4-double-fps.patch b/media-libs/mlt/files/mlt-0.2.4-double-fps.patch
deleted file mode 100644
index 01da74de3fea..000000000000
--- a/media-libs/mlt/files/mlt-0.2.4-double-fps.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-This fixes an audio synchronization bug when exporting videos from
-kdenlive. See http://www.kdenlive.org/mantis/view.php?id=28.
-
-Ollie Wild <aloysius.wild@gmail.com>
-
---- mlt-0.2.4/src/modules/avformat/consumer_avformat.c.orig 2008-02-24 01:20:25.000000000 -0800
-+++ mlt-0.2.4/src/modules/avformat/consumer_avformat.c 2008-02-24 01:20:38.000000000 -0800
-@@ -623,7 +623,7 @@
- struct timeval ante;
-
- // Get the frame rate
-- int fps = mlt_properties_get_double( properties, "fps" );
-+ double fps = mlt_properties_get_double( properties, "fps" );
-
- // Get width and height
- int width = mlt_properties_get_int( properties, "width" );