mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-16 05:41:08 +08:00
Typo: distoration -> distortion.
Originally committed as revision 13019 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1699,7 +1699,7 @@ typedef struct AVCodecContext {
|
||||
int mb_decision;
|
||||
#define FF_MB_DECISION_SIMPLE 0 ///< uses mb_cmp
|
||||
#define FF_MB_DECISION_BITS 1 ///< chooses the one which needs the fewest bits
|
||||
#define FF_MB_DECISION_RD 2 ///< rate distoration
|
||||
#define FF_MB_DECISION_RD 2 ///< rate distortion
|
||||
|
||||
/**
|
||||
* custom intra quantization matrix
|
||||
|
Reference in New Issue
Block a user