[FFmpeg-cvslog] vf_idet: remove unused variables
Michael Niedermayer
git at videolan.org
Thu May 10 20:13:14 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu May 10 20:06:46 2012 +0200| [98e409ecaa3d3cc2a20c96b72ef11450e2c31121] | committer: Michael Niedermayer
vf_idet: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=98e409ecaa3d3cc2a20c96b72ef11450e2c31121
---
libavfilter/vf_idet.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c
index e7a9387..0441c78 100644
--- a/libavfilter/vf_idet.c
+++ b/libavfilter/vf_idet.c
@@ -102,7 +102,6 @@ static void filter(AVFilterContext *ctx)
int w = idet->cur->video->w;
int h = idet->cur->video->h;
int refs = idet->cur->linesize[i];
- int df = (idet->csp->comp[i].depth_minus1 + 8) / 8;
if (i && i<3) {
w >>= idet->csp->log2_chroma_w;
@@ -295,7 +294,6 @@ static int query_formats(AVFilterContext *ctx)
static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
{
IDETContext *idet = ctx->priv;
- int cpu_flags = av_get_cpu_flags();
idet->csp = NULL;
More information about the ffmpeg-cvslog
mailing list