SOURCES: ffmpeg-x264-symbol.patch - inversed

glen glen at pld-linux.org
Mon Dec 4 23:52:20 CET 2006


Author: glen                         Date: Mon Dec  4 22:52:20 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- inversed

---- Files affected:
SOURCES:
   ffmpeg-x264-symbol.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/ffmpeg-x264-symbol.patch
diff -u SOURCES/ffmpeg-x264-symbol.patch:1.1 SOURCES/ffmpeg-x264-symbol.patch:1.2
--- SOURCES/ffmpeg-x264-symbol.patch:1.1	Mon Dec  4 23:50:08 2006
+++ SOURCES/ffmpeg-x264-symbol.patch	Mon Dec  4 23:52:15 2006
@@ -5,8 +5,8 @@
      return ctx + 4 * cat;
  }
  
--const __attribute((used)) uint8_t last_coeff_flag_offset_8x8[63] = {
-+static 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,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ffmpeg-x264-symbol.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list