diff options
Diffstat (limited to 'libavcodec/opt.c')
-rw-r--r-- | libavcodec/opt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/opt.c b/libavcodec/opt.c index 1b429ab160..321bf6cc27 100644 --- a/libavcodec/opt.c +++ b/libavcodec/opt.c @@ -94,14 +94,14 @@ static const AVOption *set_all_opt(void *v, const char *unit, double d){ return ret; } -static double const_values[]={ +static const double const_values[]={ M_PI, M_E, FF_QP2LAMBDA, 0 }; -static const char *const_names[]={ +static const char * const const_names[]={ "PI", "E", "QP2LAMBDA", |