summaryrefslogtreecommitdiffstats
path: root/mpvcore/encode_lavc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/encode_lavc.h')
-rw-r--r--mpvcore/encode_lavc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/encode_lavc.h b/mpvcore/encode_lavc.h
index f47825e1d7..15e0a5c7f2 100644
--- a/mpvcore/encode_lavc.h
+++ b/mpvcore/encode_lavc.h
@@ -79,7 +79,7 @@ struct encode_lavc_context {
AVStream *encode_lavc_alloc_stream(struct encode_lavc_context *ctx, enum AVMediaType mt);
void encode_lavc_write_stats(struct encode_lavc_context *ctx, AVStream *stream);
int encode_lavc_write_frame(struct encode_lavc_context *ctx, AVPacket *packet);
-int encode_lavc_supports_pixfmt(struct encode_lavc_context *ctx, enum PixelFormat format);
+int encode_lavc_supports_pixfmt(struct encode_lavc_context *ctx, enum AVPixelFormat format);
AVCodec *encode_lavc_get_codec(struct encode_lavc_context *ctx, AVStream *stream);
int encode_lavc_open_codec(struct encode_lavc_context *ctx, AVStream *stream);
int encode_lavc_available(struct encode_lavc_context *ctx);