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
src_buffer: add forgotten avfilter_unref_buffer.
tags/n0.11
Nicolas George
14 years ago
parent
b72a0f9c23
commit
f1b82099cd
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavfilter/src_buffer.c
+ 1
- 0
libavfilter/src_buffer.c
View File
@@ -365,6 +365,7 @@ static int request_frame(AVFilterLink *link)
break;
case AVMEDIA_TYPE_AUDIO:
avfilter_filter_samples(link, avfilter_ref_buffer(buf, ~0));
avfilter_unref_buffer(buf);
break;
default:
return AVERROR(ENOSYS);
Write
Preview
Loading…
Cancel
Save