Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
438816aa
Commit
438816aa
authored
Dec 08, 2014
by
Guillaume BIENKOWSKI
Browse files
Fix typo in debug mode
parent
e615c748
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/audiofilters/aac-eld.c
src/audiofilters/aac-eld.c
+1
-1
No files found.
src/audiofilters/aac-eld.c
View file @
438816aa
...
...
@@ -472,7 +472,7 @@ static void enc_update_bitrate( struct EncState* s, int new_bitrate){
ms_warning
(
"Could not set bitrate for AAC encoder (%x), reverting to default encoder bitRate: %d"
,
(
unsigned
int
)
status
,
(
int
)
currentBitRate
);
dataSize
=
sizeof
(
outputBitrate
);
status
=
AudioConverterSetProperty
(
s
->
audioConverter
,
kAudioConverterEncodeBitRate
,
dataSize
,
&
currentBitRate
);
ms_debug
(
"set kAudioConverterEncodeBitRate to %d -> %x"
,
(
unsigned
int
)
ou
tBitRate
,
(
unsigned
int
)
status
);
ms_debug
(
"set kAudioConverterEncodeBitRate to %d -> %x"
,
(
unsigned
int
)
curren
tBitRate
,
(
unsigned
int
)
status
);
}
else
{
ms_message
(
"AAC target bitrate changed from %d to %d"
,
(
unsigned
int
)
currentBitRate
,
s
->
bitRate
);
}
...
...
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