Commit 8cd17ce0 authored by Steven OBrien's avatar Steven OBrien Committed by Max Kellermann

decoder/ffmpeg: recognize MIME type audio/aacp

parent 1bfbced2
ver 0.19.2 (not yet released) ver 0.19.2 (not yet released)
* decoder
- ffmpeg: recognize MIME type audio/aacp
* output * output
- fix memory leak after filter initialization error - fix memory leak after filter initialization error
* fix assertion failure on unsupported PCM conversion * fix assertion failure on unsupported PCM conversion
......
...@@ -680,6 +680,7 @@ static const char *const ffmpeg_mime_types[] = { ...@@ -680,6 +680,7 @@ static const char *const ffmpeg_mime_types[] = {
"audio/8svx", "audio/8svx",
"audio/16sv", "audio/16sv",
"audio/aac", "audio/aac",
"audio/aacp",
"audio/ac3", "audio/ac3",
"audio/aiff" "audio/aiff"
"audio/amr", "audio/amr",
......
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