git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3cba01
)
avfilter/vf_tinterlace: remove unused variable
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 16 Nov 2014 00:06:18 +0000
(
01:06
+0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 16 Nov 2014 00:06:18 +0000
(
01:06
+0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/vf_tinterlace.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_tinterlace.c
b/libavfilter/vf_tinterlace.c
index
2a5f3d9
..
133f073
100644
(file)
--- a/
libavfilter/vf_tinterlace.c
+++ b/
libavfilter/vf_tinterlace.c
@@
-180,7
+180,7
@@
void copy_picture_field(TInterlaceContext *tinterlace,
const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(format);
int plane, vsub = desc->log2_chroma_h;
int k = src_field == FIELD_UPPER_AND_LOWER ? 1 : 2;
- int h
, i
;
+ int h;
for (plane = 0; plane < desc->nb_components; plane++) {
int lines = plane == 1 || plane == 2 ? FF_CEIL_RSHIFT(src_h, vsub) : src_h;