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
avfilter/phase: add comment on the context cached frame.
tags/n2.3
Clément Bœsch
11 years ago
parent
996fffbbb3
commit
362ab940fc
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_phase.c
+ 1
- 1
libavfilter/vf_phase.c
View File
@@ -42,7 +42,7 @@ enum PhaseMode {
typedef struct PhaseContext {
const AVClass *class;
enum PhaseMode mode;
AVFrame *frame;
AVFrame *frame;
/* previous frame */
int nb_planes;
int planeheight[4];
int linesize[4];
Write
Preview
Loading…
Cancel
Save