]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/lavfutils.h
Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'
[ffmpeg] / libavfilter / lavfutils.h
index c0943e20f8d15ddfe2afb5cf6e211cf208edc1a8..a310e83384ed963cc7533a7e4241efe6d5c5cf43 100644 (file)
@@ -37,7 +37,7 @@
  * @return 0 in case of success, a negative error code otherwise.
  */
 int ff_load_image(uint8_t *data[4], int linesize[4],
-                  int *w, int *h, enum PixelFormat *pix_fmt,
+                  int *w, int *h, enum AVPixelFormat *pix_fmt,
                   const char *filename, void *log_ctx);
 
 #endif  /* AVFILTER_LAVFUTILS_H */