]> git.sesse.net Git - vlc/blobdiff - modules/codec/vorbis.c
Introduce new codec module to decode dirac video via libschroedinger
[vlc] / modules / codec / vorbis.c
index 0ecb5da947b2ed905afe6958975000256ea1bb3f..9555be013217fd9abfb5e1fb466356e6e2c7807f 100644 (file)
@@ -31,7 +31,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_codec.h>
 #include <vlc_aout.h>
@@ -223,7 +223,7 @@ vlc_module_begin();
 vlc_module_end();
 
 #ifndef MODULE_NAME_IS_tremor
-static const char *ppsz_enc_options[] = {
+static const char *const ppsz_enc_options[] = {
     "quality", "max-bitrate", "min-bitrate", "cbr", NULL
 };
 #endif