changeset 1859:17a445838da3 libavcodec

* const
author kabi
date Fri, 05 Mar 2004 14:07:33 +0000
parents ea2a4058441c
children 7072086a0dd3
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 
 /**