Explain why the level variable is magically inceased in mpeg4_encode_dc().
authorDiego Biurrun <diego@biurrun.de>
Fri, 8 Jan 2010 10:00:56 +0000 (10:00 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 8 Jan 2010 10:00:56 +0000 (10:00 +0000)
commit49d2d1c35cc0438747dd8ef111163cb341f8f9fe
tree6d4acf3c5e2062ac0e14f97fa08ed62681a20f07
parentd3c01751a36d8bd7a4b9381d8e59a790b80e5040
Explain why the level variable is magically inceased in mpeg4_encode_dc().
It must be in a certain range to avoid DC overflows.

Originally committed as revision 21087 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpeg4videoenc.c