avfilter/phase: add comment on the context cached frame.
This commit is contained in:
parent
996fffbbb3
commit
362ab940fc
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user