Originally committed as revision 2844 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Zdenek Kabelac 21 years ago
parent 494c56d36f
commit b0df362b11
  1. 2
      libavcodec/avcodec.h

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

Loading…
Cancel
Save