diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2009-12-15 15:27:30 +0200 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2009-12-15 15:27:30 +0200 |
commit | 1598302be65c77c107330dc46fd0dabface3112d (patch) | |
tree | 462ad21d6437539f3e2cf7ad7d7581e0989fa090 /libvo/vo_corevideo.m | |
parent | 8e77ab12b812106f929f349bf4ceb495989bb23b (diff) | |
download | mpv-1598302be65c77c107330dc46fd0dabface3112d.tar.bz2 mpv-1598302be65c77c107330dc46fd0dabface3112d.tar.xz |
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'.
Diffstat (limited to 'libvo/vo_corevideo.m')
0 files changed, 0 insertions, 0 deletions