[FFmpeg-devel] [PATCH] lavfi/testsrc: use int in place of unsigned

Paul B Mahol onemda at gmail.com
Wed Apr 17 21:57:22 CEST 2013


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


More information about the ffmpeg-devel mailing list