diff options
Diffstat (limited to 'ext/flac/gstflacenc.c')
-rw-r--r-- | ext/flac/gstflacenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index 1463a1fa..1d8ac35d 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -61,7 +61,7 @@ enum ARG_EXHAUSTIVE_MODEL_SEARCH, ARG_MIN_RESIDUAL_PARTITION_ORDER, ARG_MAX_RESIDUAL_PARTITION_ORDER, - ARG_RICE_PARAMETER_SEARCH_DIST, + ARG_RICE_PARAMETER_SEARCH_DIST }; static void gst_flacenc_base_init (gpointer g_class); |