avifil32: Always add the format change frame to the buffer in AVIFILE_AddFrame().
authorHenri Verbeet <hverbeet@codeweavers.com>
Tue, 5 Jan 2010 20:28:59 +0000 (21:28 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 6 Jan 2010 08:52:57 +0000 (09:52 +0100)
commit32c3adbbaabacf8bdc84a01ed68794c5dc5f7981
tree2568169cc7f79a9bfc3534e186e965f18728f529
parent2e339c471e82029263fab04f19aa9b5179c5d471
avifil32: Always add the format change frame to the buffer in AVIFILE_AddFrame().

It doesn't make sense to only do this when the buffer is resized.
dlls/avifil32/avifile.c