[FFmpeg-devel] Small bug in make fulltest...

Måns Rullgård mans
Thu Apr 29 12:50:16 CEST 2010


Sebastian Vater <cdgs.basty at googlemail.com> writes:

> Hey guys!
>
> I just ran make fulltest to see if my patches break anything and while
> doing this, I found a printf-style parsing bug:
> To reproduce, just run:
> make fulltest
>
> The very last seek tests output:
> TEST SEEK   %02d.bmp
> TEST SEEK   %02d.jpg
> TEST SEEK   %02d.pcx
> TEST SEEK   %02d.pgm
> TEST SEEK   %02d.ppm
> TEST SEEK   %02d.sgi
> TEST SEEK   %02d.tga
> TEST SEEK   %02d.tiff
>
> seek regression test: success
>
> The %02d seems to be forgotten to be parsed by printf-style
> parsing...just wanted to note that!

No, that's intentional.  Those are the strings passed to lavf to open,
so those are what we print.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list