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/hqdn3d: avoid use of uninitialized variable.
tags/n1.1
Clément Bœsch
13 years ago
parent
a3554bb457
commit
9e1914dfba
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vf_hqdn3d.c
+ 1
- 1
libavfilter/vf_hqdn3d.c
View File
@@ -327,7 +327,7 @@ static int filter_frame(AVFilterLink *inlink, AVFilterBufferRef *in)
AVFilterLink *outlink = inlink->dst->outputs[0];
AVFilterBufferRef *out;
int direct, c;
int direct
= 0
, c;
if (in->perms & AV_PERM_WRITE) {
direct = 1;
Write
Preview
Loading…
Cancel
Save