[FFmpeg-devel] [PATCH] lavfi/volume: make use of C syntax for array declaration.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Mar 30 09:31:44 CET 2013


On Fri, Mar 29, 2013 at 12:34:24PM +0100, Clément Bœsch wrote:
> ---
>  libavfilter/af_volume.c | 9 +++------
>  1 file changed, 3 insertions(+), 6 deletions(-)


Please change the message to say "C99 syntax" or I think the term is
"designated initializers".
While it's true the syntax still isn't supported in C++, it's a
kind of newish feature for C as well.


More information about the ffmpeg-devel mailing list