]> git.sesse.net Git - ffmpeg/commit
In the start_frame() debug log, print the reference pos value rather than the evaluat...
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 27 Jan 2011 00:01:34 +0000 (01:01 +0100)
committerJanne Grunau <janne-ffmpeg@jannau.net>
Fri, 28 Jan 2011 16:27:54 +0000 (17:27 +0100)
commit3e5bc7ff6a23014daf2eb0b9a22986753ae2ec4f
tree377e3b4eb47fdfd58568bf3bcd63588f115449fc
parent9d4bdcb714f85b5d90ebf9704784a31c88dfb360
In the start_frame() debug log, print the reference pos value rather than the evaluated value converted to int.

That's required because -1 is evaluated as NAN, which converted back
to int looks like a random number, this is especially annoying when
debugging sources with undefined pos (as the video4linux2 device).

Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
libavfilter/vf_setpts.c