summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-10-30 03:27:09 +0000
committerPaul B Mahol <onemda@gmail.com>2012-10-30 18:40:24 +0000
commitb90d7840dff8512ec6553b8ab422e477930861f3 (patch)
tree66ea42e7960240ce768af3a9be0129ca3e036884 /libavcodec/avcodec.h
parent03179c2426da9ee9058bafd2f6670b859d9caf4d (diff)
downloadffmpeg-streaming-b90d7840dff8512ec6553b8ab422e477930861f3.zip
ffmpeg-streaming-b90d7840dff8512ec6553b8ab422e477930861f3.tar.gz
lavc: const correctness for avpicture_fill()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index a08cd03..5344159 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -4490,7 +4490,7 @@ void avpicture_free(AVPicture *picture);
*
* @see av_image_fill_arrays()
*/
-int avpicture_fill(AVPicture *picture, uint8_t *ptr,
+int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
enum AVPixelFormat pix_fmt, int width, int height);
/**
OpenPOWER on IntegriCloud