comparison avcodec.h @ 1859:17a445838da3 libavcodec

* const
author kabi
date Fri, 05 Mar 2004 14:07:33 +0000
parents ea2a4058441c
children 39ad6cd5d4a6
comparison
equal deleted inserted replaced
1858:ea2a4058441c 1859:17a445838da3
1622 uint8_t *buf, int buf_size); 1622 uint8_t *buf, int buf_size);
1623 int capabilities; 1623 int capabilities;
1624 const AVOption *options; 1624 const AVOption *options;
1625 struct AVCodec *next; 1625 struct AVCodec *next;
1626 void (*flush)(AVCodecContext *); 1626 void (*flush)(AVCodecContext *);
1627 AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0} 1627 const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0}
1628 } AVCodec; 1628 } AVCodec;
1629 1629
1630 /** 1630 /**
1631 * four components are given, that's all. 1631 * four components are given, that's all.
1632 * the last component is alpha 1632 * the last component is alpha