From 9076fee4f5268e5874ac15e2d0013828e322aac4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 5 Apr 2006 18:56:22 +0000 Subject: [PATCH] s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/ typo spotted by Brian Brice Originally committed as revision 5270 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 7993446..3d72846 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -226,7 +226,7 @@ enum CodecType { /* 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 -- 2.7.4