summaryrefslogtreecommitdiff
path: root/multimedia/mplayer/files/patch-libavcodec-h264.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mplayer/files/patch-libavcodec-h264.c')
-rw-r--r--multimedia/mplayer/files/patch-libavcodec-h264.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/mplayer/files/patch-libavcodec-h264.c b/multimedia/mplayer/files/patch-libavcodec-h264.c
index 371bf01eaef8..a6be14980de5 100644
--- a/multimedia/mplayer/files/patch-libavcodec-h264.c
+++ b/multimedia/mplayer/files/patch-libavcodec-h264.c
@@ -1,11 +1,11 @@
---- libavcodec/h264.c.orig Thu Dec 21 14:57:54 2006
-+++ libavcodec/h264.c Thu Dec 21 15:00:14 2006
-@@ -6034,7 +6034,7 @@
+--- libavcodec/h264.c.orig 2007-10-08 03:49:36.000000000 +0800
++++ libavcodec/h264.c 2007-10-20 16:03:23.000000000 +0800
+@@ -5241,7 +5241,7 @@
return ctx + 4 * cat;
}
--static const __attribute((used)) uint8_t last_coeff_flag_offset_8x8[63] = {
-+const __attribute((used)) uint8_t last_coeff_flag_offset_8x8[63] = {
+-static const attribute_used uint8_t last_coeff_flag_offset_8x8[63] = {
++const attribute_used uint8_t last_coeff_flag_offset_8x8[63] = {
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4,