]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_drawtext.c
Merge commit 'e0046bc9c96150fa06146ace9093f06857dd7b23'
[ffmpeg] / libavfilter / vf_drawtext.c
index d20f8055c470d69fcb3b1a6e173fc0bf5eeff3b9..cf24d960dbfbcc0931cd981783343843eb8a674e 100644 (file)
@@ -136,7 +136,7 @@ enum expansion_mode {
 
 typedef struct DrawTextContext {
     const AVClass *class;
-    enum expansion_mode exp_mode;   ///< expansion mode to use for the text
+    int exp_mode;                   ///< expansion mode to use for the text
     int reinit;                     ///< tells if the filter is being reinited
 #if CONFIG_LIBFONTCONFIG
     uint8_t *font;              ///< font to be used