Kaynağa Gözat

image-source: Add .webp to "All formats" option

Justin Bull 5 yıl önce
ebeveyn
işleme
627aaeddb4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      plugins/image-source/image-source.c

+ 1 - 1
plugins/image-source/image-source.c

@@ -211,7 +211,7 @@ static void image_source_tick(void *data, float seconds)
 }
 
 static const char *image_filter =
-	"All formats (*.bmp *.tga *.png *.jpeg *.jpg *.gif *.psd);;"
+	"All formats (*.bmp *.tga *.png *.jpeg *.jpg *.gif *.psd *.webp);;"
 	"BMP Files (*.bmp);;"
 	"Targa Files (*.tga);;"
 	"PNG Files (*.png);;"