Commit 4f4334bc authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_waveform: fix typos which caused crash

parent a7fd1279
......@@ -1348,8 +1348,8 @@ static int name(AVFilterContext *ctx,
c0_data += c0_linesize; \
if (!c1_shift_h || (y & c1_shift_h)) \
c1_data += c1_linesize; \
if (!c1_shift_h || (y & c1_shift_h)) \
c2_data += c1_linesize; \
if (!c2_shift_h || (y & c2_shift_h)) \
c2_data += c2_linesize; \
d0_data += d0_linesize; \
d1_data += d1_linesize; \
d2_data += d2_linesize; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment