Fix printf format strings with invalid '%lf' conversion
commit1598302be65c77c107330dc46fd0dabface3112d
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 15 Dec 2009 13:27:30 +0000 (15 15:27 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 15 Dec 2009 13:27:30 +0000 (15 15:27 +0200)
tree462ad21d6437539f3e2cf7ad7d7581e0989fa090
parent8e77ab12b812106f929f349bf4ceb495989bb23b
Fix printf format strings with invalid '%lf' conversion

Some code used an invalid '%lf' conversion specification for double
arguments. Maybe they were written that way due to confusion with
scanf where doubles are indicated by '%lf'; however it is not a valid
printf format specifier. Change those cases to use '%f'.
command.c
libao2/ao_sgi.c
libmpdemux/demux_mpg.c
libmpdemux/muxer_mpeg.c
mplayer.c
stream/tvi_v4l.c