From: ddennedy Date: Thu, 7 May 2009 03:26:16 +0000 (+0000) Subject: Remove ffmpeg.patch - no longer necessary. X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=00ec4e199c9bd1213ec1ada66b662b5b0b181811;p=melted Remove ffmpeg.patch - no longer necessary. Signed-off-by: Dan Dennedy git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1421 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/modules/avformat/ffmpeg.patch b/src/modules/avformat/ffmpeg.patch deleted file mode 100644 index 88f9a0d..0000000 --- a/src/modules/avformat/ffmpeg.patch +++ /dev/null @@ -1,15 +0,0 @@ -=================================================================== -RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ffv1.c,v -retrieving revision 1.20 -diff -u -r1.20 ffv1.c ---- libavcodec/ffv1.c 21 May 2004 14:37:16 -0000 1.20 -+++ libavcodec/ffv1.c 9 Jun 2004 15:04:31 -0000 -@@ -453,7 +453,7 @@ - - static void encode_rgb_frame(FFV1Context *s, uint32_t *src, int w, int h, int stride){ - int x, y, p, i; -- const int ring_size=2; -+ int ring_size=2; - int_fast16_t sample_buffer[3][ring_size][w+6], *sample[3][ring_size]; - s->run_index=0; -