]> git.sesse.net Git - ffmpeg/commit
aacenc: Fix window decision logic.
authorAlex Converse <alex.converse@gmail.com>
Mon, 28 Jun 2010 21:49:26 +0000 (21:49 +0000)
committerAlex Converse <alex.converse@gmail.com>
Mon, 28 Jun 2010 21:49:26 +0000 (21:49 +0000)
commit75ef6898846fb14dd47691cad6ce8850c9106723
treeaa9858104fe20a5118805590fee88dd7e636dfce
parent804d489c4a97b8a97f1da216678b1ea0c03974e3
aacenc: Fix window decision logic.

This keeps the encoder from switching away from an wight short sequence
prematurely when attacks are detected two frames in a row. It also allows for
the legal and useful LONG_STOP_SEQUENCE to LONG_START_SEQUENCE transition.

Originally committed as revision 23870 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aacpsy.c