Commit ca6f0f85 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '85baef4f'

* commit '85baef4f':
  vf_drawtext: Move static keyword to beginning of variable declaration

This commit is mostly a noop, see:
d9e2aceb
6d7aa437Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents 63c41c53 85baef4f
......@@ -269,8 +269,7 @@ AVFILTER_DEFINE_CLASS(drawtext);
#define FT_ERRORDEF(e, v, s) { (e), (s) },
#define FT_ERROR_END_LIST { 0, NULL } };
static const struct ft_error
{
static const struct ft_error {
int err;
const char *err_msg;
} ft_errors[] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment