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
4144afe5
Commit
4144afe5
authored
Jul 30, 2006
by
Avuton Olrich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Now fix the mp4 plugin warnings to what they were before the dynamic linking
git-svn-id:
https://svn.musicpd.org/mpd/trunk@4490
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
a80168a1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mp4_plugin.c
src/inputPlugins/mp4_plugin.c
+3
-3
No files found.
src/inputPlugins/mp4_plugin.c
View file @
4144afe5
...
...
@@ -46,7 +46,7 @@ static int mp4_getAACTrack(mp4ff_t * infile)
for
(
i
=
0
;
i
<
numTracks
;
i
++
)
{
unsigned
char
*
buff
=
NULL
;
int
buff_size
=
0
;
unsigned
int
buff_size
=
0
;
#ifdef HAVE_MP4AUDIOSPECIFICCONFIG
mp4AudioSpecificConfig
mp4ASC
;
#else
...
...
@@ -99,8 +99,8 @@ static int mp4_decode(OutputBuffer * cb, DecoderControl * dc, char *path)
faacDecFrameInfo
frameInfo
;
faacDecConfigurationPtr
config
;
unsigned
char
*
mp4Buffer
;
int
mp4BufferSize
;
u
nsigned
long
sampleRate
;
unsigned
int
mp4BufferSize
;
u
int32_t
sampleRate
;
unsigned
char
channels
;
long
sampleId
;
long
numSamples
;
...
...
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