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

Vorbis: code cosmetics

parent 5989169a
...@@ -76,6 +76,7 @@ static inline void vorbis_ParseComment( vlc_meta_t **pp_meta, const uint8_t *p_d ...@@ -76,6 +76,7 @@ static inline void vorbis_ParseComment( vlc_meta_t **pp_meta, const uint8_t *p_d
int n; int n;
int i_comment; int i_comment;
int i_attach = 0; int i_attach = 0;
if( i_data < 8 ) if( i_data < 8 )
return; return;
...@@ -106,6 +107,7 @@ static inline void vorbis_ParseComment( vlc_meta_t **pp_meta, const uint8_t *p_d ...@@ -106,6 +107,7 @@ static inline void vorbis_ParseComment( vlc_meta_t **pp_meta, const uint8_t *p_d
if( !p_meta ) if( !p_meta )
return; return;
/* */
bool hasTitle = false; bool hasTitle = false;
bool hasAlbum = false; bool hasAlbum = false;
bool hasTrackNumber = false; bool hasTrackNumber = false;
......
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