diff --git a/src/format_ogg.c b/src/format_ogg.c index 527595be..dc45969c 100644 --- a/src/format_ogg.c +++ b/src/format_ogg.c @@ -240,6 +240,7 @@ static int process_initial_page (format_plugin_t *plugin, ogg_page *page) /* any others */ ERROR0 ("Seen BOS page with unknown type"); + ogg_info->error = 1; return -1; } while (0);