Use 1 array with double the size instead of 2 arrays with normal size
authorRamiro Polla <ramiro.polla@gmail.com>
Wed, 9 May 2007 22:24:23 +0000 (22:24 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Wed, 9 May 2007 22:24:23 +0000 (22:24 +0000)
commitde8e2c1d22bf691c9874c33528e16615b6c451a1
treefa5e4c9a8584d8869584f43a2c315a7291710c8a
parenta5cb1f13ba2b78e4cb9e82b033d658bb59126d51
Use 1 array with double the size instead of 2 arrays with normal size
Eliminates need for concatenation and adds proper fix for FIXME

Originally committed as revision 8958 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/cook.c