Commit 187670cc authored by kabi's avatar kabi

* const


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2844 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4975390d
......@@ -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;
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment