Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
454
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
b903153a
Commit
b903153a
authored
12 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Vorbis: code cosmetics
parent
5989169a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/demux/vorbis.h
+12
-10
12 additions, 10 deletions
modules/demux/vorbis.h
with
12 additions
and
10 deletions
modules/demux/vorbis.h
+
12
−
10
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
--
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment