[FFmpeg-devel] [PATCH] deprecate SAMPLE_FMT_S24

Peter Ross pross
Sun Aug 17 04:47:20 CEST 2008


This patch flags SAMPLE_FMT_S24 as deprecated. Ideally I'd like to go a step
further and:

 * remove the enum completely. However this creates a gap in the SAMPLE_FMT_xxx enum
   continuum, and will involve revising the format string & enum lookup code to
   consider the void; OR,

 * replace the enum value with another format (SAMPLE_FMT_DBL perhaps...), and then
   optionally use a macro to redirect SAMPLE_FMT_S24 to SAMPLE_FMT_S32.

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: deprecate-fmt-s24.diff
Type: text/x-diff
Size: 990 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080817/e5f6ed06/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080817/e5f6ed06/attachment.pgp>



More information about the ffmpeg-devel mailing list