1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Update: Do not warn about blocks we do not handle

This commit is contained in:
Philipp Schafft 2022-03-16 01:28:27 +00:00
parent 7108aab18b
commit 5d93c6b97f

View File

@ -140,6 +140,9 @@ static void flac_handle_block(format_plugin_t *plugin, ogg_state_t *ogg_info, og
}
ogg_info->log_metadata = 1;
break;
default:
/* no-op */
break;
}
}