Commit b823a021 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Ogg: always show COMMENTS if possible

parent 0f433ffd
......@@ -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=")))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment