This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavfi: set sample_rate in the default allocator.
tags/n1.0
Nicolas George
12 years ago
parent
9d89d1d484
commit
c262ddb8c5
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavfilter/audio.c
+ 2
- 0
libavfilter/audio.c
View File
@@ -59,6 +59,8 @@ AVFilterBufferRef *ff_default_get_audio_buffer(AVFilterLink *link, int perms,
if (!samplesref)
goto fail;
samplesref->audio->sample_rate = link->sample_rate;
av_freep(&data);
fail:
Write
Preview
Loading…
Cancel
Save