Commit 50003f6a authored by Max Kellermann's avatar Max Kellermann

decoder/ffmpeg: add two more missing commas

parent 0914644d
ver 0.21.20 (not yet released) ver 0.21.20 (not yet released)
* decoder * decoder
- audiofile, ffmpeg, sndfile: handle MIME type "audio/wav" - audiofile, ffmpeg, sndfile: handle MIME type "audio/wav"
- ffmpeg: fix playback of AIFF and TTA
- vorbis, opus: fix seeking in small files - vorbis, opus: fix seeking in small files
ver 0.21.19 (2020/01/17) ver 0.21.19 (2020/01/17)
......
...@@ -781,7 +781,7 @@ static const char *const ffmpeg_mime_types[] = { ...@@ -781,7 +781,7 @@ static const char *const ffmpeg_mime_types[] = {
"audio/x-aac", "audio/x-aac",
"audio/x-ac3", "audio/x-ac3",
"audio/x-adx", "audio/x-adx",
"audio/x-aiff" "audio/x-aiff",
"audio/x-alaw", "audio/x-alaw",
"audio/x-au", "audio/x-au",
"audio/x-dca", "audio/x-dca",
...@@ -801,7 +801,7 @@ static const char *const ffmpeg_mime_types[] = { ...@@ -801,7 +801,7 @@ static const char *const ffmpeg_mime_types[] = {
"audio/x-pn-realaudio", "audio/x-pn-realaudio",
"audio/x-pn-multirate-realaudio", "audio/x-pn-multirate-realaudio",
"audio/x-speex", "audio/x-speex",
"audio/x-tta" "audio/x-tta",
"audio/x-voc", "audio/x-voc",
"audio/x-wav", "audio/x-wav",
"audio/x-wma", "audio/x-wma",
......
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