From 6cce172f2712139784d7eef82e420332e2b42a29 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 14 Jan 2011 20:58:43 +0000 Subject: [PATCH] Add avcore.h header in samplefmt.h. Avoid the need to manually include the avcore.h header, less error-prone. Originally committed as revision 26333 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcore/samplefmt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcore/samplefmt.h b/libavcore/samplefmt.h index 8779a6f8f..9701efe7b 100644 --- a/libavcore/samplefmt.h +++ b/libavcore/samplefmt.h @@ -19,6 +19,8 @@ #ifndef AVCORE_SAMPLEFMT_H #define AVCORE_SAMPLEFMT_H +#include "avcore.h" + /** * all in native-endian format */ -- 2.34.1