[FFmpeg-devel] [PATCH] Mimic decoder

Loren Merritt lorenm
Sat Mar 22 06:23:12 CET 2008


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




More information about the ffmpeg-devel mailing list