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
external
ffmpeg
Commits
8b484d0f
Commit
8b484d0f
authored
Dec 14, 2009
by
Vitor Sessak
Browse files
Correct typo
Originally committed as revision 20868 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d1ebd4a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ffmpeg.c
ffmpeg.c
+1
-1
No files found.
ffmpeg.c
View file @
8b484d0f
...
...
@@ -568,7 +568,7 @@ static void do_audio_out(AVFormatContext *s,
audio_buf_size
=
(
size
+
isize
*
dec
->
channels
-
1
)
/
(
isize
*
dec
->
channels
);
audio_buf_size
=
(
audio_buf_size
*
enc
->
sample_rate
+
dec
->
sample_rate
)
/
dec
->
sample_rate
;
audio_buf_size
=
audio_buf_size
*
2
+
10000
;
//saf
t
ey factors for the deprecated resampling API
audio_buf_size
=
audio_buf_size
*
2
+
10000
;
//safe
t
y factors for the deprecated resampling API
audio_buf_size
*=
osize
*
enc
->
channels
;
audio_out_size
=
FFMAX
(
audio_buf_size
,
enc
->
frame_size
*
osize
*
enc
->
channels
);
...
...
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