Add avcore.h header in samplefmt.h.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 14 Jan 2011 20:58:43 +0000 (20:58 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 14 Jan 2011 20:58:43 +0000 (20:58 +0000)
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

index 8779a6f..9701efe 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef AVCORE_SAMPLEFMT_H
 #define AVCORE_SAMPLEFMT_H
 
+#include "avcore.h"
+
 /**
  * all in native-endian format
  */