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/colormatrix: 10l fix forgotten buffer unref.
tags/n1.1
Clément Bœsch
12 years ago
parent
269cd07702
commit
502ecc9cc2
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavfilter/vf_colormatrix.c
+ 1
- 0
libavfilter/vf_colormatrix.c
View File
@@ -353,6 +353,7 @@ static int filter_frame(AVFilterLink *link, AVFilterBufferRef *in)
else
process_frame_uyvy422(color, out, in);
avfilter_unref_bufferp(&in);
return ff_filter_frame(outlink, out);
}
Write
Preview
Loading…
Cancel
Save