OSDN Git Service

drawtext: add braces around initialisers for option defaults
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 16 May 2011 21:44:35 +0000 (23:44 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 20 Jun 2011 18:54:40 +0000 (20:54 +0200)
commit702a62a1c6b97a8befa114da4ab4aa2b541352af
tree83139380cac5941fe0f719764c7cbf68e19c494c
parent53a715f576bb4618f91a2f6caba995c48239a5f5
drawtext: add braces around initialisers for option defaults

Fix warnings of the type:
vf_drawtext.c:NNN: warning: missing braces around initializer
vf_drawtext.c:NNN: warning: (near initialization for ‘drawtext_options[X].default_val’)

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavfilter/vf_drawtext.c