Mercurial > libavcodec.hg
changeset 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 | fec9bc8d63fc |
children | 0b482ccd7f0e |
files | avcodec.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Wed Apr 05 04:13:41 2006 +0000 +++ b/avcodec.h Wed Apr 05 18:56:22 2006 +0000 @@ -226,7 +226,7 @@ /* currently unused, may be used if 24/32 bits samples ever supported */ /* all in native endian */ enum SampleFormat { - SAMPLT_FMT_NONE = -1, + SAMPLE_FMT_NONE = -1, SAMPLE_FMT_U8, ///< unsigned 8 bits SAMPLE_FMT_S16, ///< signed 16 bits SAMPLE_FMT_S24, ///< signed 24 bits