]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/drawutils.c
lavf: minor bump for avformat_queue_attached_pictures()
[ffmpeg] / libavfilter / drawutils.c
index 83968abf7d19ba0a030a8fce30c76585b6cf36d2..0a6435a2994a2fc191bff7c2d0fbae2f810550cb 100644 (file)
@@ -173,7 +173,7 @@ int ff_draw_init(FFDrawContext *draw, enum PixelFormat format, unsigned flags)
     return 0;
 }
 
-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])
 {
     unsigned i;
     uint8_t rgba_map[4];