summaryrefslogtreecommitdiff
path: root/src/libflac/demux_flac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libflac/demux_flac.c')
-rw-r--r--src/libflac/demux_flac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libflac/demux_flac.c b/src/libflac/demux_flac.c
index f0aeffa3f..80af4630e 100644
--- a/src/libflac/demux_flac.c
+++ b/src/libflac/demux_flac.c
@@ -667,7 +667,7 @@ demux_flac_init_class (xine_t *xine, void *data) {
#if 0
plugin_info_t xine_plugin_info[] = {
/* type, API, "name", version, special_info, init_function */
- { PLUGIN_DEMUX, 20, "flac", XINE_VERSION_CODE, NULL, demux_flac_init_class },
+ { PLUGIN_DEMUX, 21, "flac", XINE_VERSION_CODE, NULL, demux_flac_init_class },
{ PLUGIN_NONE, 0, "", 0, NULL, NULL }
};
#endif