Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
cf671d05
Commit
cf671d05
authored
Oct 17, 2009
by
Måns Rullgård
Browse files
Remove extraneous const keyword
Originally committed as revision 20263 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
56e6f830
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libavformat/id3v2.h
libavformat/id3v2.h
+1
-1
No files found.
libavformat/id3v2.h
View file @
cf671d05
...
...
@@ -58,6 +58,6 @@ extern const AVMetadataConv ff_id3v2_metadata_conv[];
* A list of ID3v2.4 text information frames.
* http://www.id3.org/id3v2.4.0-frames
*/
extern
const
char
const
ff_id3v2_tags
[][
4
];
extern
const
char
ff_id3v2_tags
[][
4
];
#endif
/* AVFORMAT_ID3V2_H */
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