Modified:
trunk/CHANGELOG
trunk/include/avbin.h
Log:
Deprecate S24 data format
Modified: trunk/CHANGELOG
==============================================================================
--- trunk/CHANGELOG (original)
+++ trunk/CHANGELOG Thu Nov 27 00:24:01 2008
@@ -1,3 +1,11 @@
+8
+ Update to FFmpeg r15943
+ Deprecate AVBIN_SAMPLE_FORMAT_S24 (FFmpeg no longer exports this
format)
+
+7
+ Remove stack protector check, for compatibility with older glibc.
+ Fix linux-64 builds
+
6
Fix linux builds for use with glibc < 2.7
Modified: trunk/include/avbin.h
==============================================================================
--- trunk/include/avbin.h (original)
+++ trunk/include/avbin.h Thu Nov 27 00:24:01 2008
@@ -95,7 +95,10 @@
AVBIN_SAMPLE_FORMAT_U8 = 0,
/** Signed 16-bit integer */
AVBIN_SAMPLE_FORMAT_S16 = 1,
- /** Signed 24-bit integer */
+ /** Signed 24-bit integer
+ *
+ * @deprecated This format is not used.
+ * */
AVBIN_SAMPLE_FORMAT_S24 = 2,
/** Signed 32-bit integer */
AVBIN_SAMPLE_FORMAT_S32 = 3,