]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opt.c
WMV8 is fully supported now.
[ffmpeg] / libavcodec / opt.c
index 1b429ab1601e3704a827de60a541afb262da7db2..321bf6cc272674bea186d11347b62efaed5b14ca 100644 (file)
@@ -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",