summaryrefslogtreecommitdiffstats
path: root/video/fmt-conversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/fmt-conversion.h')
-rw-r--r--video/fmt-conversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/fmt-conversion.h b/video/fmt-conversion.h
index f7114b0aef..c8f0b883b1 100644
--- a/video/fmt-conversion.h
+++ b/video/fmt-conversion.h
@@ -21,7 +21,7 @@
#include <libavutil/pixfmt.h>
-enum PixelFormat imgfmt2pixfmt(int fmt);
-int pixfmt2imgfmt(enum PixelFormat pix_fmt);
+enum AVPixelFormat imgfmt2pixfmt(int fmt);
+int pixfmt2imgfmt(enum AVPixelFormat pix_fmt);
#endif /* MPLAYER_FMT_CONVERSION_H */