]> git.pld-linux.org Git - packages/ffmpeg.git/blame_incremental - ffmpeg-x264-symbol.patch
- use imgconvert.c in build
[packages/ffmpeg.git] / ffmpeg-x264-symbol.patch
... / ...
CommitLineData
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
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.027671 seconds and 4 git commands to generate.