Simplify av_log_missing_feature().
authorDiego Biurrun <diego@biurrun.de>
Wed, 27 Apr 2011 13:11:41 +0000 (15:11 +0200)
committerDiego Biurrun <diego@biurrun.de>
Wed, 27 Apr 2011 17:48:58 +0000 (19:48 +0200)
commit3fd3632ffeb18aeca6c0ab3fbe1034c3da75d983
tree1c63c85961faa0e14542a92cbd0100b7ed0797c5
parent8745e9c45865a4409272d78db1e1af86a8b955e9
Simplify av_log_missing_feature().

Do not print the results of the conditional call to av_log_ask_for_sample()
into the same line as the main output, separate the already long text.
libavcodec/utils.c