View | Details | Raw Unified | Return to bug 107217 | Differences between
and this patch

Collapse All | Expand All

(-)/fileserver/ports/multimedia/mplayer/files/patch-h264 (+11 lines)
Line 0 Link Here
1
--- libavcodec/h264.c.orig	Thu Dec 21 14:57:54 2006
2
+++ libavcodec/h264.c	Thu Dec 21 15:00:14 2006
3
@@ -6034,7 +6034,7 @@
4
     return ctx + 4 * cat;
5
 }
6
 
7
-static const __attribute((used)) uint8_t last_coeff_flag_offset_8x8[63] = {
8
+const __attribute((used)) uint8_t last_coeff_flag_offset_8x8[63] = {
9
     0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
10
     2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
11
     3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4,

Return to bug 107217