[FFmpeg-devel] [PATCH] samplefmt: add missing include.

Janne Grunau janne-ffmpeg
Thu Feb 17 12:52:22 CET 2011


On Thu, Feb 17, 2011 at 12:08:59PM +0100, Stefano Sabatini wrote:
> Add missing inclusion of "avutil.h" to samplefmt.h. This is required,
> to make the header usable without the explicit inclusion of further
> headers in files using it.
> ---
>  libavutil/samplefmt.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/libavutil/samplefmt.h b/libavutil/samplefmt.h
> index 0604580..9739d77 100644
> --- a/libavutil/samplefmt.h
> +++ b/libavutil/samplefmt.h
> @@ -19,6 +19,8 @@
>  #ifndef AVUTIL_SAMPLEFMT_H
>  #define AVUTIL_SAMPLEFMT_H
>  
> +#include "avutil.h"
> +
>  /**
>   * all in native-endian format
>   */

ok and queued

Janne



More information about the ffmpeg-devel mailing list