# HG changeset patch # User kabi # Date 1078495653 0 # Node ID 17a445838da33d865ac722a74708113d89e6109d # Parent ea2a4058441cf94caa66d2517a1530e82dd6b9e0 * const diff -r ea2a4058441c -r 17a445838da3 avcodec.h --- a/avcodec.h Thu Mar 04 14:58:48 2004 +0000 +++ b/avcodec.h Fri Mar 05 14:07:33 2004 +0000 @@ -1624,7 +1624,7 @@ 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; /**