]> git.pld-linux.org Git - packages/ffmpeg.git/blame - ffmpeg-x264-symbol.patch
- libtool patch is broken and i have not enough mana to complete it and it works...
[packages/ffmpeg.git] / ffmpeg-x264-symbol.patch
CommitLineData
9f227c5d
ER
1last_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
be88dd9f
ER
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] = {
9f227c5d
ER
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.027926 seconds and 4 git commands to generate.