From 4fd7cfef0ba1185d4df9e152724eb0ddee623378 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 19 Feb 2012 10:01:01 +0100 Subject: roqvideoenc: add const qualifier to the input frame. --- libavcodec/roqvideo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/roqvideo.h') diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h index a1ff10af7d..e2dc272c04 100644 --- a/libavcodec/roqvideo.h +++ b/libavcodec/roqvideo.h @@ -69,7 +69,7 @@ typedef struct RoqContext { unsigned int framesSinceKeyframe; - AVFrame *frame_to_enc; + const AVFrame *frame_to_enc; uint8_t *out_buf; struct RoqTempData *tmpData; } RoqContext; -- cgit v1.2.3