Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
ee56cab3
Commit
ee56cab3
authored
Feb 02, 2009
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: indentation
Originally committed as revision 16955 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b182eeb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
mp3.c
libavformat/mp3.c
+6
-6
No files found.
libavformat/mp3.c
View file @
ee56cab3
...
...
@@ -555,14 +555,14 @@ static int id3v1_create_tag(AVFormatContext *s, uint8_t *buf)
count
++
;
}
if
((
tag
=
av_metadata_get
(
s
->
metadata
,
"genre"
,
NULL
,
0
)))
{
for
(
i
=
0
;
i
<=
ID3v1_GENRE_MAX
;
i
++
)
{
if
(
!
strcasecmp
(
tag
->
value
,
id3v1_genre_str
[
i
]))
{
buf
[
127
]
=
i
;
count
++
;
break
;
for
(
i
=
0
;
i
<=
ID3v1_GENRE_MAX
;
i
++
)
{
if
(
!
strcasecmp
(
tag
->
value
,
id3v1_genre_str
[
i
]))
{
buf
[
127
]
=
i
;
count
++
;
break
;
}
}
}
}
return
count
;
}
...
...
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