Changeset 939 for branches/perian-1.1/Patches
- Timestamp:
- 09/17/08 17:42:32 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/perian-1.1/Patches/ffmpeg-no-interlaced.diff
r931 r939 12 12 #define ALLOW_NOCHROMA 13 13 14 Index: ffmpeg/libavcodec/h264.h15 ===================================================================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 speed21 * of progressive decoding by about 2%. */22 -#define ALLOW_INTERLACE23 +//#define ALLOW_INTERLACE24 25 #define ALLOW_NOCHROMA26
