diff options
author | Muhammad Faiz <mfcc64@gmail.com> | 2016-10-17 05:59:57 +0700 |
---|---|---|
committer | Muhammad Faiz <mfcc64@gmail.com> | 2016-10-18 00:47:57 +0700 |
commit | 923488bdaaabfdf5646944b7bbe94a658771778b (patch) | |
tree | 375bbc796f7068491ee125cd63867f05f5f64a73 /libavfilter/avf_showcqt.h | |
parent | 92de89d14acbb8160147dc9e7a62c2a4fd6423da (diff) | |
download | ffmpeg-923488bdaaabfdf5646944b7bbe94a658771778b.tar.gz |
avfilter/showcqt: add font option
this is fontconfig pattern
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
Diffstat (limited to 'libavfilter/avf_showcqt.h')
-rw-r--r-- | libavfilter/avf_showcqt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/avf_showcqt.h b/libavfilter/avf_showcqt.h index 71e9d13660..d0bacaf706 100644 --- a/libavfilter/avf_showcqt.h +++ b/libavfilter/avf_showcqt.h @@ -109,6 +109,7 @@ typedef struct { int count; int fcount; char *fontfile; + char *font; char *fontcolor; char *axisfile; int axis; |