Commit 20db48a0 authored by mru's avatar mru

s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/

typo spotted by Brian Brice <bbrice at newtek com>


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5270 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 39a6d694
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment