Commit ba1c2e65 authored by mru's avatar mru

Remove extraneous const keyword

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20263 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1ff04402
......@@ -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 */
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