Commit 465bf420 authored by pross's avatar pross

Mark SAMPLE_FMT_S24 as deprecated.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14823 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 993162a5
......@@ -345,7 +345,7 @@ enum SampleFormat {
SAMPLE_FMT_NONE = -1,
SAMPLE_FMT_U8, ///< unsigned 8 bits
SAMPLE_FMT_S16, ///< signed 16 bits
SAMPLE_FMT_S24, ///< signed 24 bits
SAMPLE_FMT_S24, ///< signed 24 bits @deprecated Deprecated in favor of SAMPLE_FMT_S32
SAMPLE_FMT_S32, ///< signed 32 bits
SAMPLE_FMT_FLT, ///< float
SAMPLE_FMT_NB ///< Number of sample formats. DO NOT USE if dynamically linking to libavcodec
......
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