Make sure ff_init_qscale_tab() is called one way or another when
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 3 Dec 2009 21:38:10 +0000 (21:38 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 3 Dec 2009 21:38:10 +0000 (21:38 +0000)
commitccc4b918329c8c73bed7faf5429697eae83e3ba9
treeb7a322cd58fd1f0ae625c226eb95dcdbf22f9bb5
parent9015b095bc2407ebb009c1af0a1d1692ce72c46d
Make sure ff_init_qscale_tab() is called one way or another when
adaptive quantization is enabled.
Fixes issue509.

Originally committed as revision 20726 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegvideo_enc.c