mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
avfilter/vf_waveform: fix typos which caused crash
This commit is contained in:
parent
a7fd127970
commit
4f4334bcbc
1 changed files with 2 additions and 2 deletions
|
|
@ -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; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue