[FFmpeg-devel] [PATCH 1/5] avfilter/phase: add comment on the context cached frame.

Clément Bœsch u at pkh.me
Sat May 3 22:48:26 CEST 2014


---
 libavfilter/vf_phase.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_phase.c b/libavfilter/vf_phase.c
index 2dcc6fa..281f736 100644
--- a/libavfilter/vf_phase.c
+++ b/libavfilter/vf_phase.c
@@ -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];
-- 
1.9.2



More information about the ffmpeg-devel mailing list