]> git.pld-linux.org Git - packages/ffmpeg.git/blob - ffmpeg-x264-symbol.patch
- updated for current snap
[packages/ffmpeg.git] / ffmpeg-x264-symbol.patch
1 last_coeff_flag_offset_8x8 is used outside h264.c (cabac.h in decode_significance_8x8_x86())
2 --- ffmpeg-export-2006-12-04/libavcodec/h264.c  2006-12-05 00:48:00.102011341 +0200
3 +++ ffmpeg-export-2006-12-04/libavcodec/h264.c~ 2006-11-12 22:08:09.000000000 +0200
4 @@ -6034,7 +6034,7 @@
5      return ctx + 4 * cat;
6  }
7  
8 -static const __attribute((used)) uint8_t last_coeff_flag_offset_8x8[63] = {
9 +const __attribute((used)) uint8_t last_coeff_flag_offset_8x8[63] = {
10      0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
11      2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
12      3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4,
This page took 0.022907 seconds and 3 git commands to generate.