[FFmpeg-devel] [PATCH] avformat: AMQP: add option delivery_mode

Moritz Barsnick barsnick at gmx.net
Mon Jun 15 01:08:10 EEST 2020


On Sun, Jun 14, 2020 at 18:56:06 +0200, Levis Florian wrote:

Small nit:
> +    { "delivery_mode",  "Delivery more (non-persistent: 1/persistent: 2)", OFFSET(delivery_mode), AV_OPT_TYPE_INT, { .i64 = AMQP_DELIVERY_PERSISTENT }, 1, 2, .flags = E, "delivery_mode"},
                                     ^ typo

And now that you have named options, you don't need to describe them
anymore, so "Delivery mode" should suffice.

Moritz.


More information about the ffmpeg-devel mailing list