On Fri, 21 Mar 2008, Mike Melanson wrote: > > So you don't have any idea of the task's scope. AFAIK, there is the > named initializer issue. Does anyone know what other bits of FFmpeg code > might cause trouble with MSVC? variable length arrays vararg macros (msvc supports __VA_ARGS__ but not the named version) compound literals --Loren Merritt