]> git.sesse.net Git - mlt/blob - src/modules/avformat/ffmpeg.patch
Fix uninstall of pkg-config files.
[mlt] / src / modules / avformat / ffmpeg.patch
1 ===================================================================
2 RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ffv1.c,v
3 retrieving revision 1.20
4 diff -u -r1.20 ffv1.c
5 --- libavcodec/ffv1.c   21 May 2004 14:37:16 -0000      1.20
6 +++ libavcodec/ffv1.c   9 Jun 2004 15:04:31 -0000
7 @@ -453,7 +453,7 @@
8  
9  static void encode_rgb_frame(FFV1Context *s, uint32_t *src, int w, int h, int stride){
10      int x, y, p, i;
11 -    const int ring_size=2;
12 +    int ring_size=2;
13      int_fast16_t sample_buffer[3][ring_size][w+6], *sample[3][ring_size];
14      s->run_index=0;
15