cmdutils: replace fprintf() by av_log()
authorAnton Khirnov <anton@khirnov.net>
Mon, 26 Sep 2011 06:39:43 +0000 (08:39 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 26 Sep 2011 18:33:50 +0000 (20:33 +0200)
commit1c5e9551bca12e040270e0cd3d71440f83e9f8ae
tree1aeeb0e52cedb322936b6aeb65b1c84112b2562d
parent182cbe433aea20b0d9627d40de7c75713ec736db
cmdutils: replace fprintf() by av_log()

This way, all messages can be easily disabled with -loglevel.

Behavior change -- configuration is printed with AV_LOG_VERBOSE, so it's
not shown by default.
cmdutils.c