From b0df362b11759d3140c64a9c89b4b2417e1bb0e0 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 5 Mar 2004 14:07:33 +0000 Subject: [PATCH] * const Originally committed as revision 2844 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index ba9f4d074fe..cbc65dfc6a7 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1624,7 +1624,7 @@ typedef struct AVCodec { const AVOption *options; struct AVCodec *next; void (*flush)(AVCodecContext *); - AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0} + const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0} } AVCodec; /** -- 2.39.2