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
44b771ac
Commit
44b771ac
authored
May 30, 2010
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/mp4ff: rename plugin "mp4" to "mp4ff"
The underlying library is named "libmp4ff". To reduce confusion, rename the plugin to a more specific name.
parent
8c581eca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
NEWS
NEWS
+1
-0
mp4ff_decoder_plugin.c
src/decoder/mp4ff_decoder_plugin.c
+1
-1
No files found.
NEWS
View file @
44b771ac
...
@@ -37,6 +37,7 @@ ver 0.16 (20??/??/??)
...
@@ -37,6 +37,7 @@ ver 0.16 (20??/??/??)
- sidplay: support seeking
- sidplay: support seeking
- wavpack: activate 32 bit support
- wavpack: activate 32 bit support
- wavpack: allow more than 2 channels
- wavpack: allow more than 2 channels
- mp4ff: rename plugin "mp4" to "mp4ff"
* encoders:
* encoders:
- twolame: new encoder plugin based on libtwolame
- twolame: new encoder plugin based on libtwolame
- flac: new encoder plugin based on libFLAC
- flac: new encoder plugin based on libFLAC
...
...
src/decoder/mp4ff_decoder_plugin.c
View file @
44b771ac
...
@@ -413,7 +413,7 @@ static const char *const mp4_suffixes[] = { "m4a", "mp4", NULL };
...
@@ -413,7 +413,7 @@ static const char *const mp4_suffixes[] = { "m4a", "mp4", NULL };
static
const
char
*
const
mp4_mime_types
[]
=
{
"audio/mp4"
,
"audio/m4a"
,
NULL
};
static
const
char
*
const
mp4_mime_types
[]
=
{
"audio/mp4"
,
"audio/m4a"
,
NULL
};
const
struct
decoder_plugin
mp4ff_decoder_plugin
=
{
const
struct
decoder_plugin
mp4ff_decoder_plugin
=
{
.
name
=
"mp4"
,
.
name
=
"mp4
ff
"
,
.
stream_decode
=
mp4_decode
,
.
stream_decode
=
mp4_decode
,
.
stream_tag
=
mp4_stream_tag
,
.
stream_tag
=
mp4_stream_tag
,
.
suffixes
=
mp4_suffixes
,
.
suffixes
=
mp4_suffixes
,
...
...
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