Mercurial > libavcodec.hg
comparison avcodec.h @ 7607:87f68803080a libavcodec
Mark SAMPLE_FMT_S24 as deprecated.
| author | pross |
|---|---|
| date | Mon, 18 Aug 2008 12:03:59 +0000 |
| parents | 63c782094e3a |
| children | 1302ec81afc0 |
comparison
equal
deleted
inserted
replaced
| 7606:e24539743ed8 | 7607:87f68803080a |
|---|---|
| 343 */ | 343 */ |
| 344 enum SampleFormat { | 344 enum SampleFormat { |
| 345 SAMPLE_FMT_NONE = -1, | 345 SAMPLE_FMT_NONE = -1, |
| 346 SAMPLE_FMT_U8, ///< unsigned 8 bits | 346 SAMPLE_FMT_U8, ///< unsigned 8 bits |
| 347 SAMPLE_FMT_S16, ///< signed 16 bits | 347 SAMPLE_FMT_S16, ///< signed 16 bits |
| 348 SAMPLE_FMT_S24, ///< signed 24 bits | 348 SAMPLE_FMT_S24, ///< signed 24 bits @deprecated Deprecated in favor of SAMPLE_FMT_S32 |
| 349 SAMPLE_FMT_S32, ///< signed 32 bits | 349 SAMPLE_FMT_S32, ///< signed 32 bits |
| 350 SAMPLE_FMT_FLT, ///< float | 350 SAMPLE_FMT_FLT, ///< float |
| 351 SAMPLE_FMT_NB ///< Number of sample formats. DO NOT USE if dynamically linking to libavcodec | 351 SAMPLE_FMT_NB ///< Number of sample formats. DO NOT USE if dynamically linking to libavcodec |
| 352 }; | 352 }; |
| 353 | 353 |
