[Ffmpeg-devel] Another Semantic Error?
Måns Rullgård
mru
Wed Apr 5 21:12:56 CEST 2006
Brian Brice <bbrice at newtek.com> writes:
> So, I'm checking out audio handling with lavc and I noticed the
> SampleFormat enumeration in avcodec.h:
>
> enum SampleFormat {
> SAMPLT_FMT_NONE = -1,
> SAMPLE_FMT_U8, ///< unsigned 8 bits
> SAMPLE_FMT_S16, ///< signed 16 bits
> SAMPLE_FMT_S24, ///< signed 24 bits
> SAMPLE_FMT_S32, ///< signed 32 bits
> SAMPLE_FMT_FLT, ///< float
> };
>
> Just to be consistent with the other format names, shouldn't
> SAMPLT_FMT_NONE be SAMPLE_FMT_NONE? :-P
Of course it should. Fixed now. Thanks.
--
M?ns Rullg?rd
mru at inprovide.com
More information about the ffmpeg-devel
mailing list