input: avoid printing --input=cmdlist/keylist output twice
commit3873a149f01e3bbd7ad5dde56c720ba3a45c3b18
authorUoti Urpala <uau@mplayer2.org>
Tue, 19 Feb 2013 16:57:32 +0000 (19 18:57 +0200)
committerUoti Urpala <uau@mplayer2.org>
Tue, 19 Feb 2013 16:57:32 +0000 (19 18:57 +0200)
tree953ed399c1ef92f971ed58c600cdbed335cab471
parentdd066519f6266d562e8575bdc0a411590b573aef
input: avoid printing --input=cmdlist/keylist output twice

Use mp_msg() instead of printf() to print the output from
--input=cmdlist and --input=keylist, which as a somewhat hacky side
effect avoids printing the output twice.
input/input.c