Mercurial > libavcodec.hg
comparison avcodec.h @ 2020:a14873a809a8 libavcodec
automatic pixel format selection
| author | michael |
|---|---|
| date | Wed, 12 May 2004 16:00:44 +0000 |
| parents | 28d3f73aa254 |
| children | 62f5652f03c4 |
comparison
equal
deleted
inserted
replaced
| 2019:93edc9073ffc | 2020:a14873a809a8 |
|---|---|
| 1656 int capabilities; | 1656 int capabilities; |
| 1657 const AVOption *options; | 1657 const AVOption *options; |
| 1658 struct AVCodec *next; | 1658 struct AVCodec *next; |
| 1659 void (*flush)(AVCodecContext *); | 1659 void (*flush)(AVCodecContext *); |
| 1660 const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0} | 1660 const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0} |
| 1661 const enum PixelFormat *pix_fmts; ///array of supported pixel formats, or NULL if unknown, array is terminanted by -1 | |
| 1661 } AVCodec; | 1662 } AVCodec; |
| 1662 | 1663 |
| 1663 /** | 1664 /** |
| 1664 * four components are given, that's all. | 1665 * four components are given, that's all. |
| 1665 * the last component is alpha | 1666 * the last component is alpha |
