Mercurial > libavcodec.hg
comparison avcodec.h @ 3251:ef3ba591d0cc libavcodec
s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/
typo spotted by Brian Brice <bbrice at newtek com>
| author | mru |
|---|---|
| date | Wed, 05 Apr 2006 18:56:22 +0000 |
| parents | df94556f5b8b |
| children | 226ffbb6fd02 |
comparison
equal
deleted
inserted
replaced
| 3250:fec9bc8d63fc | 3251:ef3ba591d0cc |
|---|---|
| 224 }; | 224 }; |
| 225 | 225 |
| 226 /* currently unused, may be used if 24/32 bits samples ever supported */ | 226 /* currently unused, may be used if 24/32 bits samples ever supported */ |
| 227 /* all in native endian */ | 227 /* all in native endian */ |
| 228 enum SampleFormat { | 228 enum SampleFormat { |
| 229 SAMPLT_FMT_NONE = -1, | 229 SAMPLE_FMT_NONE = -1, |
| 230 SAMPLE_FMT_U8, ///< unsigned 8 bits | 230 SAMPLE_FMT_U8, ///< unsigned 8 bits |
| 231 SAMPLE_FMT_S16, ///< signed 16 bits | 231 SAMPLE_FMT_S16, ///< signed 16 bits |
| 232 SAMPLE_FMT_S24, ///< signed 24 bits | 232 SAMPLE_FMT_S24, ///< signed 24 bits |
| 233 SAMPLE_FMT_S32, ///< signed 32 bits | 233 SAMPLE_FMT_S32, ///< signed 32 bits |
| 234 SAMPLE_FMT_FLT, ///< float | 234 SAMPLE_FMT_FLT, ///< float |
