summaryrefslogtreecommitdiff
path: root/libavcore/samplefmt.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-01-14 20:58:43 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-01-14 20:58:43 +0000
commit6cce172f2712139784d7eef82e420332e2b42a29 (patch)
treef31e5a004fa69fa9d33afcf8a549bdc5d8f10233 /libavcore/samplefmt.h
parent06ed024d4faaf4ffb88baf84d5d12c4a9d0825a7 (diff)
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
Diffstat (limited to 'libavcore/samplefmt.h')
-rw-r--r--libavcore/samplefmt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcore/samplefmt.h b/libavcore/samplefmt.h
index 8779a6f8f3..9701efe7be 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
*/