From b823a02180ad2d7375d2c556314e031091f2c81f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 27 Jun 2012 02:03:34 +0200 Subject: [PATCH] Ogg: always show COMMENTS if possible --- modules/demux/vorbis.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/demux/vorbis.h b/modules/demux/vorbis.h index 3230b8f28f..7d8e195ce2 100644 --- a/modules/demux/vorbis.h +++ b/modules/demux/vorbis.h @@ -160,10 +160,7 @@ static inline void vorbis_ParseComment( vlc_meta_t **pp_meta, const uint8_t *p_d else IF_EXTRACT("COPYRIGHT=", Copyright ) else IF_EXTRACT("ORGANIZATION=", Publisher ) else IF_EXTRACT("DESCRIPTION=", Description ) - else if( !hasDescription ) - { - IF_EXTRACT("COMMENTS=", Description ) - } + else IF_EXTRACT("COMMENTS=", Description ) else IF_EXTRACT("GENRE=", Genre ) else IF_EXTRACT("DATE=", Date ) else if( !strncasecmp( psz_comment, "METADATA_BLOCK_PICTURE=", strlen("METADATA_BLOCK_PICTURE="))) -- 2.39.2