diff avcodec.h @ 7825:8d5e06d2eed8 libavcodec

Drop deprecated SAMPLE_FMT_S24.
author michael
date Mon, 08 Sep 2008 15:24:16 +0000
parents 635ed2559262
children ddbb45888e46
line wrap: on
line diff
--- a/avcodec.h	Mon Sep 08 15:03:17 2008 +0000
+++ b/avcodec.h	Mon Sep 08 15:24:16 2008 +0000
@@ -339,7 +339,6 @@
     SAMPLE_FMT_NONE = -1,
     SAMPLE_FMT_U8,              ///< unsigned 8 bits
     SAMPLE_FMT_S16,             ///< signed 16 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_DBL,             ///< double