This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
id3v2: add a mimetype for bmp pictures.
tags/n1.0
Anton Khirnov
13 years ago
parent
b7d3a9a015
commit
25b51b2c44
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/id3v2.c
+ 1
- 0
libavformat/id3v2.c
View File
@@ -117,6 +117,7 @@ const CodecMime ff_id3v2_mime_tags[] = {
{"image/jpg", CODEC_ID_MJPEG},
{"image/png" , CODEC_ID_PNG},
{"image/tiff", CODEC_ID_TIFF},
{"image/bmp", CODEC_ID_BMP},
{"", CODEC_ID_NONE},
};
Write
Preview
Loading…
Cancel
Save