1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-05 18:01:59 +02:00

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

This commit is contained in:
Clément Bœsch 2014-05-03 22:39:31 +02:00
parent 996fffbbb3
commit 362ab940fc

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];