diff options
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index ba9f4d074f..cbc65dfc6a 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; /** |