[FFmpeg-cvslog] r14412 - trunk/libavcodec/avcodec.h

Dominik 'Rathann' Mierzejewski dominik
Sat Jul 26 13:57:22 CEST 2008


On Saturday, 26 July 2008 at 10:48, pross wrote:
> Author: pross
> Date: Sat Jul 26 10:48:26 2008
> New Revision: 14412
> 
> Log:
> add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum.
> 
> Modified:
>    trunk/libavcodec/avcodec.h
> 
> Modified: trunk/libavcodec/avcodec.h
> ==============================================================================
> --- trunk/libavcodec/avcodec.h	(original)
> +++ trunk/libavcodec/avcodec.h	Sat Jul 26 10:48:26 2008
> @@ -347,6 +347,7 @@ enum SampleFormat {
>      SAMPLE_FMT_S24,             ///< signed 24 bits
>      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

Huh? Why not?

R.

-- 
MPlayer http://mplayerhq.hu | Livna http://rpm.livna.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
	-- from "Collected Sayings of Muad'Dib" by the Princess Irulan




More information about the ffmpeg-cvslog mailing list