Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
b903153a
Commit
b903153a
authored
Oct 24, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Vorbis: code cosmetics
parent
5989169a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
modules/demux/vorbis.h
modules/demux/vorbis.h
+12
-10
No files found.
modules/demux/vorbis.h
View file @
b903153a
...
...
@@ -76,6 +76,7 @@ static inline void vorbis_ParseComment( vlc_meta_t **pp_meta, const uint8_t *p_d
int
n
;
int
i_comment
;
int
i_attach
=
0
;
if
(
i_data
<
8
)
return
;
...
...
@@ -106,16 +107,17 @@ static inline void vorbis_ParseComment( vlc_meta_t **pp_meta, const uint8_t *p_d
if
(
!
p_meta
)
return
;
bool
hasTitle
=
false
;
bool
hasAlbum
=
false
;
bool
hasTrackNumber
=
false
;
bool
hasTrackTotal
=
false
;
bool
hasArtist
=
false
;
bool
hasCopyright
=
false
;
bool
hasDescription
=
false
;
bool
hasGenre
=
false
;
bool
hasDate
=
false
;
bool
hasPublisher
=
false
;
/* */
bool
hasTitle
=
false
;
bool
hasAlbum
=
false
;
bool
hasTrackNumber
=
false
;
bool
hasTrackTotal
=
false
;
bool
hasArtist
=
false
;
bool
hasCopyright
=
false
;
bool
hasDescription
=
false
;
bool
hasGenre
=
false
;
bool
hasDate
=
false
;
bool
hasPublisher
=
false
;
for
(
;
i_comment
>
0
;
i_comment
--
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment