You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mlt/src/modules/avformat/ffmpeg.patch

16 lines
553 B

===================================================================
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;