changeset 7607:87f68803080a libavcodec

Mark SAMPLE_FMT_S24 as deprecated.
author pross
date Mon, 18 Aug 2008 12:03:59 +0000
parents e24539743ed8
children 850a1625bee4
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Mon Aug 18 05:39:44 2008 +0000
+++ b/avcodec.h	Mon Aug 18 12:03:59 2008 +0000
@@ -345,7 +345,7 @@
     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