diff options
Diffstat (limited to 'src/plugins/flac_extractor.c')
-rw-r--r-- | src/plugins/flac_extractor.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/flac_extractor.c b/src/plugins/flac_extractor.c index 7d45e23..7f04df3 100644 --- a/src/plugins/flac_extractor.c +++ b/src/plugins/flac_extractor.c | |||
@@ -409,13 +409,7 @@ flac_metadata (const FLAC__StreamDecoder *decoder, | |||
409 | metadata->data.picture.data_length); | 409 | metadata->data.picture.data_length); |
410 | break; | 410 | break; |
411 | } | 411 | } |
412 | case FLAC__METADATA_TYPE_PADDING: | 412 | default: |
413 | case FLAC__METADATA_TYPE_SEEKTABLE: | ||
414 | case FLAC__METADATA_TYPE_CUESHEET: | ||
415 | case FLAC__METADATA_TYPE_UNDEFINED: | ||
416 | #ifdef FLAC__MAX_METADATA_TYPE | ||
417 | case FLAC__MAX_METADATA_TYPE: | ||
418 | #endif | ||
419 | break; | 413 | break; |
420 | } | 414 | } |
421 | } | 415 | } |