mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
* const
Originally committed as revision 2844 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
494c56d36f
commit
b0df362b11
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user