Mercurial > libavcodec.hg
comparison avcodec.h @ 1837:a4d9e8b4e2f8 libavcodec
AVCodec.supported_framerates
| author | michael |
|---|---|
| date | Thu, 26 Feb 2004 18:29:39 +0000 |
| parents | 8fa34b5b35bc |
| children | 0287241a0c18 |
comparison
equal
deleted
inserted
replaced
| 1836:8fa34b5b35bc | 1837:a4d9e8b4e2f8 |
|---|---|
| 15 #include "rational.h" | 15 #include "rational.h" |
| 16 #include <sys/types.h> /* size_t */ | 16 #include <sys/types.h> /* size_t */ |
| 17 | 17 |
| 18 #define FFMPEG_VERSION_INT 0x000408 | 18 #define FFMPEG_VERSION_INT 0x000408 |
| 19 #define FFMPEG_VERSION "0.4.8" | 19 #define FFMPEG_VERSION "0.4.8" |
| 20 #define LIBAVCODEC_BUILD 4705 | 20 #define LIBAVCODEC_BUILD 4706 |
| 21 | 21 |
| 22 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT | 22 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT |
| 23 #define LIBAVCODEC_VERSION FFMPEG_VERSION | 23 #define LIBAVCODEC_VERSION FFMPEG_VERSION |
| 24 | 24 |
| 25 #define AV_STRINGIFY(s) AV_TOSTRING(s) | 25 #define AV_STRINGIFY(s) AV_TOSTRING(s) |
| 1603 uint8_t *buf, int buf_size); | 1603 uint8_t *buf, int buf_size); |
| 1604 int capabilities; | 1604 int capabilities; |
| 1605 const AVOption *options; | 1605 const AVOption *options; |
| 1606 struct AVCodec *next; | 1606 struct AVCodec *next; |
| 1607 void (*flush)(AVCodecContext *); | 1607 void (*flush)(AVCodecContext *); |
| 1608 AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0} | |
| 1608 } AVCodec; | 1609 } AVCodec; |
| 1609 | 1610 |
| 1610 /** | 1611 /** |
| 1611 * four components are given, that's all. | 1612 * four components are given, that's all. |
| 1612 * the last component is alpha | 1613 * the last component is alpha |
