mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just via...
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 23 Feb 2011 22:38:52 +0000 (23:38 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 12 May 2011 16:02:28 +0000 (18:02 +0200)
commitc4fb3b0327dc911a7b46b8b8193e97b1fb4afe65
tree33a5d9b967efe4b025f73575b1b610edf3764e62
parentea5fa19427fdaba332b908758f5779add7084bbe
mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just via AVFrame.

This allows the values to be used without changing C code and is closer to how
the other DEBUG flags work.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/mpegvideo.c