You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/phase: add comment on the context cached frame.
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user