diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-01-14 20:58:43 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-01-14 20:58:43 +0000 |
commit | 6cce172f2712139784d7eef82e420332e2b42a29 (patch) | |
tree | f31e5a004fa69fa9d33afcf8a549bdc5d8f10233 | |
parent | 06ed024d4faaf4ffb88baf84d5d12c4a9d0825a7 (diff) | |
download | ffmpeg-6cce172f2712139784d7eef82e420332e2b42a29.tar.gz |
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
-rw-r--r-- | libavcore/samplefmt.h | 2 |
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 */ |