Commit b0df362b authored by Zdenek Kabelac's avatar Zdenek Kabelac

* const

Originally committed as revision 2844 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 494c56d3
...@@ -1624,7 +1624,7 @@ typedef struct AVCodec { ...@@ -1624,7 +1624,7 @@ typedef struct AVCodec {
const AVOption *options; const AVOption *options;
struct AVCodec *next; struct AVCodec *next;
void (*flush)(AVCodecContext *); 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; } 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