avutil: move QP2LAMBDA constant to eval
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -132,14 +132,12 @@ static int write_number(void *obj, const AVOption *o, void *dst, double num, int
|
||||
static const double const_values[] = {
|
||||
M_PI,
|
||||
M_E,
|
||||
FF_QP2LAMBDA,
|
||||
0
|
||||
};
|
||||
|
||||
static const char * const const_names[] = {
|
||||
"PI",
|
||||
"E",
|
||||
"QP2LAMBDA",
|
||||
0
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user