Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fdk-aac
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
fdk-aac
Commits
0943e715
Commit
0943e715
authored
Jan 26, 2016
by
Martin Storsjo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove android specific diagnostic logging
parent
c8ad7a2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
libPCMutils/src/pcmutils_lib.cpp
libPCMutils/src/pcmutils_lib.cpp
+1
-2
No files found.
libPCMutils/src/pcmutils_lib.cpp
View file @
0943e715
...
@@ -88,7 +88,7 @@ amm-info@iis.fraunhofer.de
...
@@ -88,7 +88,7 @@ amm-info@iis.fraunhofer.de
expansion in the PCM time domain.
expansion in the PCM time domain.
*******************************************************************************/
*******************************************************************************/
#include <log/log.h>
#include "pcmutils_lib.h"
#include "pcmutils_lib.h"
#include "genericStds.h"
#include "genericStds.h"
...
@@ -2079,7 +2079,6 @@ PCMDMX_ERROR pcmDmx_ApplyFrame (
...
@@ -2079,7 +2079,6 @@ PCMDMX_ERROR pcmDmx_ApplyFrame (
}
}
}
}
if
(
ch
!=
numInChannels
)
{
if
(
ch
!=
numInChannels
)
{
ALOGE
(
"b/23876444"
);
return
PCMDMX_INVALID_ARGUMENT
;
return
PCMDMX_INVALID_ARGUMENT
;
}
}
...
...
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