]> git.sesse.net Git - ffmpeg/blobdiff - doc/developer.texi
avcodec/adpcm: remove unused shift parameter from adpcm_ima_qt_expand_nibble()
[ffmpeg] / doc / developer.texi
index a0eeefe242dc447e43ad1cdfe5748682551696f2..51e7299b1d86c0fe4ef20032e2a08b8754067301 100644 (file)
@@ -128,6 +128,12 @@ designated struct initializers (@samp{struct s x = @{ .i = 17 @};});
 @item
 compound literals (@samp{x = (struct s) @{ 17, 23 @};}).
 
+@item
+for loops with variable definition (@samp{for (int i = 0; i < 8; i++)});
+
+@item
+Variadic macros (@samp{#define ARRAY(nb, ...) (int[nb + 1])@{ nb, __VA_ARGS__ @}});
+
 @item
 Implementation defined behavior for signed integers is assumed to match the
 expected behavior for two's complement. Non representable values in integer