summaryrefslogtreecommitdiff
path: root/libavutil/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/frame.c')
-rw-r--r--libavutil/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/frame.c b/libavutil/frame.c
index c905e8d611..f420a6e187 100644
--- a/libavutil/frame.c
+++ b/libavutil/frame.c
@@ -600,7 +600,7 @@ int av_frame_copy_props(AVFrame *dst, const AVFrame *src)
return frame_copy_props(dst, src, 1);
}
-AVBufferRef *av_frame_get_plane_buffer(AVFrame *frame, int plane)
+AVBufferRef *av_frame_get_plane_buffer(const AVFrame *frame, int plane)
{
uint8_t *data;
int planes;