nsse weight
Originally committed as revision 3205 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -17,7 +17,7 @@ extern "C" {
|
||||
|
||||
#define FFMPEG_VERSION_INT 0x000408
|
||||
#define FFMPEG_VERSION "0.4.8"
|
||||
#define LIBAVCODEC_BUILD 4715
|
||||
#define LIBAVCODEC_BUILD 4716
|
||||
|
||||
#define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
|
||||
#define LIBAVCODEC_VERSION FFMPEG_VERSION
|
||||
@@ -1591,11 +1591,18 @@ typedef struct AVCodecContext {
|
||||
int mb_threshold;
|
||||
|
||||
/**
|
||||
*
|
||||
* precision of the intra dc coefficient - 8.
|
||||
* - encoding: set by user
|
||||
* - decoding: unused
|
||||
*/
|
||||
int intra_dc_precision;
|
||||
|
||||
/**
|
||||
* noise vs. sse weight for the nsse comparsion function.
|
||||
* - encoding: set by user
|
||||
* - decoding: unused
|
||||
*/
|
||||
int nsse_weight;
|
||||
} AVCodecContext;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user