OSDN Git Service

Make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just via AVFrame.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 23 Feb 2011 22:38:52 +0000 (23:38 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 23 Feb 2011 22:42:35 +0000 (23:42 +0100)
commit83111506201ef30bc65bbbf6780aaecfad608f7e
treeec4c584c1a8e22be33c27fac40637f904078668f
parent374eb2bab6c2e84c140771bdd9746672506a7590
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.
If this causes a problem for any user of this flag, please tell me and
ill split the flag in 2.
libavcodec/mpegvideo.c