mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
Merge commit '85baef4ff1'
* commit '85baef4ff1': vf_drawtext: Move static keyword to beginning of variable declaration This commit is mostly a noop, see:d9e2aceb7f6d7aa437e1Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
ca6f0f85bb
1 changed files with 1 additions and 2 deletions
|
|
@ -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[] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue