Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
8cd17ce0
Commit
8cd17ce0
authored
Feb 09, 2014
by
Steven OBrien
Committed by
Max Kellermann
Oct 25, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/ffmpeg: recognize MIME type audio/aacp
parent
1bfbced2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
NEWS
NEWS
+2
-0
FfmpegDecoderPlugin.cxx
src/decoder/plugins/FfmpegDecoderPlugin.cxx
+1
-0
No files found.
NEWS
View file @
8cd17ce0
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
...
...
src/decoder/plugins/FfmpegDecoderPlugin.cxx
View file @
8cd17ce0
...
@@ -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"
,
...
...
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