comparison avcodec.h @ 5967:15ed47af1838 libavcodec

Misc spelling fixes, prefer American over British English.
author diego
date Sun, 02 Dec 2007 15:43:08 +0000
parents 74e314bb31c4
children 5a8ca3d8ca7d
comparison
equal deleted inserted replaced
5966:1275461ae6f8 5967:15ed47af1838
2037 * macroblock subpartition sizes to consider - p8x8, p4x4, b8x8, i8x8, i4x4 2037 * macroblock subpartition sizes to consider - p8x8, p4x4, b8x8, i8x8, i4x4
2038 * - encoding: Set by user. 2038 * - encoding: Set by user.
2039 * - decoding: unused 2039 * - decoding: unused
2040 */ 2040 */
2041 int partitions; 2041 int partitions;
2042 #define X264_PART_I4X4 0x001 /* Analyse i4x4 */ 2042 #define X264_PART_I4X4 0x001 /* Analyze i4x4 */
2043 #define X264_PART_I8X8 0x002 /* Analyse i8x8 (requires 8x8 transform) */ 2043 #define X264_PART_I8X8 0x002 /* Analyze i8x8 (requires 8x8 transform) */
2044 #define X264_PART_P8X8 0x010 /* Analyse p16x8, p8x16 and p8x8 */ 2044 #define X264_PART_P8X8 0x010 /* Analyze p16x8, p8x16 and p8x8 */
2045 #define X264_PART_P4X4 0x020 /* Analyse p8x4, p4x8, p4x4 */ 2045 #define X264_PART_P4X4 0x020 /* Analyze p8x4, p4x8, p4x4 */
2046 #define X264_PART_B8X8 0x100 /* Analyse b16x8, b8x16 and b8x8 */ 2046 #define X264_PART_B8X8 0x100 /* Analyze b16x8, b8x16 and b8x8 */
2047 2047
2048 /** 2048 /**
2049 * direct MV prediction mode - 0 (none), 1 (spatial), 2 (temporal) 2049 * direct MV prediction mode - 0 (none), 1 (spatial), 2 (temporal)
2050 * - encoding: Set by user. 2050 * - encoding: Set by user.
2051 * - decoding: unused 2051 * - decoding: unused