[FFmpeg-devel] [PATCH] Move sample format definitions from libavcodec to libavcore.

Martin Storsjö martin
Fri Oct 29 09:48:25 CEST 2010


On Sun, 24 Oct 2010, Stefano Sabatini wrote:

> diff --git a/libavcore/samplefmt.h b/libavcore/samplefmt.h
> new file mode 100644
> index 0000000..0051c8d
> --- /dev/null
> +++ b/libavcore/samplefmt.h
[...]
> +    AV_SAMPLE_FMT_FLT,         ///< float
> +    AV_SAMPLE_FMT_DBL,         ///< double
> +    AV_SAMPLE_FMT_NB           ///< Number of sample formats. DO NOT USE if dynamically linking to libavcodec
> +};

Minor detail, but this should probably be libavcore and not libavcodec 
here. :-)

// Martin



More information about the ffmpeg-devel mailing list