Commit 362ab940 authored by Clément Bœsch's avatar Clément Bœsch

avfilter/phase: add comment on the context cached frame.

parent 996fffbb
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment