Show
Ignore:
Timestamp:
09/17/08 17:42:32 (2 months ago)
Author:
astrange
Message:

Do the rest of the last commit.
Fix a malformed patch.
Rename one of the "Update Perian" buttons to "Check For Updates". (need to do this on trunk too)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/perian-1.1/Patches/ffmpeg-no-interlaced.diff

    r931 r939  
    1212 #define ALLOW_NOCHROMA 
    1313  
    14 Index: ffmpeg/libavcodec/h264.h 
    15 =================================================================== 
    16 --- ffmpeg/libavcodec/h264.h    (revision 14508) 
    17 +++ ffmpeg/libavcodec/h264.h    (working copy) 
    18 @@ -55,7 +55,7 @@ 
    19   
    20  /* Compiling in interlaced support reduces the speed 
    21   * of progressive decoding by about 2%. */ 
    22 -#define ALLOW_INTERLACE 
    23 +//#define ALLOW_INTERLACE 
    24   
    25  #define ALLOW_NOCHROMA 
    26