On 4/17/13, Stefano Sabatini <stefasab at gmail.com> wrote: > Avoid implicit int->unsigned conversion, causing invalid access in case > of negative linesize. > > Fix crash with: > ffplay -f lavfi testsrc,vflip > --- > libavfilter/vsrc_testsrc.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > lgtm