1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
Originally committed as revision 2844 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac 2004-03-05 14:07:33 +00:00
parent 494c56d36f
commit b0df362b11

View File

@ -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;
/**