]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/drawutils.h
lavfi/hue: apply misc fixes to default values setting
[ffmpeg] / libavfilter / drawutils.h
index 29aa94b0fb6efaace3f399f078aab2395395cc00..211810a203e5b1f7b9d9f2e2238c2a9021cff052 100644 (file)
@@ -79,7 +79,7 @@ int ff_draw_init(FFDrawContext *draw, enum PixelFormat format, unsigned flags);
 /**
  * Prepare a color.
  */
-void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, uint8_t rgba[4]);
+void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]);
 
 /**
  * Copy a rectangle from an image to another.