Mercurial > mplayer.hg
comparison libmpcodecs/vf_geq.c @ 24975:72466750cdcd
Remove misleading comment and remove unnecessary #includes.
author | diego |
---|---|
date | Fri, 09 Nov 2007 16:28:37 +0000 |
parents | 14e4e1ca7988 |
children | 00fff9a3b735 |
comparison
equal
deleted
inserted
replaced
24974:6f05850b5fd1 | 24975:72466750cdcd |
---|---|
29 | 29 |
30 #include "img_format.h" | 30 #include "img_format.h" |
31 #include "mp_image.h" | 31 #include "mp_image.h" |
32 #include "vf.h" | 32 #include "vf.h" |
33 | 33 |
34 // Needed to bring in lrintf. | |
35 #define HAVE_AV_CONFIG_H | 34 #define HAVE_AV_CONFIG_H |
36 | |
37 #include "libavcodec/avcodec.h" | 35 #include "libavcodec/avcodec.h" |
38 #include "libavcodec/dsputil.h" | |
39 #include "libavcodec/eval.h" | 36 #include "libavcodec/eval.h" |
40 #include "libavutil/common.h" | |
41 | 37 |
42 struct vf_priv_s { | 38 struct vf_priv_s { |
43 AVEvalExpr * e[3]; | 39 AVEvalExpr * e[3]; |
44 int framenum; | 40 int framenum; |
45 mp_image_t *mpi; | 41 mp_image_t *mpi; |