comparison avcodec.h @ 6719:e88e719b5e77 libavcodec

Typo: distoration -> distortion.
author ramiro
date Tue, 29 Apr 2008 14:08:01 +0000
parents 646a886bafe2
children 4b9f28275b14
comparison
equal deleted inserted replaced
6718:c9579699437a 6719:e88e719b5e77
1697 * - decoding: unused 1697 * - decoding: unused
1698 */ 1698 */
1699 int mb_decision; 1699 int mb_decision;
1700 #define FF_MB_DECISION_SIMPLE 0 ///< uses mb_cmp 1700 #define FF_MB_DECISION_SIMPLE 0 ///< uses mb_cmp
1701 #define FF_MB_DECISION_BITS 1 ///< chooses the one which needs the fewest bits 1701 #define FF_MB_DECISION_BITS 1 ///< chooses the one which needs the fewest bits
1702 #define FF_MB_DECISION_RD 2 ///< rate distoration 1702 #define FF_MB_DECISION_RD 2 ///< rate distortion
1703 1703
1704 /** 1704 /**
1705 * custom intra quantization matrix 1705 * custom intra quantization matrix
1706 * - encoding: Set by user, can be NULL. 1706 * - encoding: Set by user, can be NULL.
1707 * - decoding: Set by libavcodec. 1707 * - decoding: Set by libavcodec.