]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- outdated with mplayer 1.0rc2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 31 Oct 2007 16:51:54 +0000 (16:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-x264-symbol.patch -> 1.3

ffmpeg-x264-symbol.patch [deleted file]

diff --git a/ffmpeg-x264-symbol.patch b/ffmpeg-x264-symbol.patch
deleted file mode 100644 (file)
index bfe3c47..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-last_coeff_flag_offset_8x8 is used outside h264.c (cabac.h in decode_significance_8x8_x86())
---- ffmpeg-export-2006-12-04/libavcodec/h264.c 2006-12-05 00:48:00.102011341 +0200
-+++ ffmpeg-export-2006-12-04/libavcodec/h264.c~        2006-11-12 22:08:09.000000000 +0200
-@@ -6034,7 +6034,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] = {
-     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,
This page took 0.18804 seconds and 4 git commands to generate.