[FFmpeg-devel] [PATCH] deals with code that has no effect when executed
Dave Dodge
dododge
Fri May 30 00:08:16 CEST 2008
On Thu, May 29, 2008 at 12:56:52PM -0700, Erik Hovland wrote:
> I have reworked the patch to leave out the changes to memset because
> in each one it is using sizeof correctly on static arrays and not.
Just to keep the terminology correct: those arrays are variable
length, not static. In fact it is forbidden for a variable length
array to have static storage duration.
-Dave Dodge
More information about the ffmpeg-devel
mailing list