[FFmpeg-cvslog] r26333 - trunk/libavcore/samplefmt.h

stefano subversion
Fri Jan 14 21:58:44 CET 2011


Author: stefano
Date: Fri Jan 14 21:58:43 2011
New Revision: 26333

Log:
Add avcore.h header in samplefmt.h.

Avoid the need to manually include the avcore.h header, less
error-prone.

Modified:
   trunk/libavcore/samplefmt.h

Modified: trunk/libavcore/samplefmt.h
==============================================================================
--- trunk/libavcore/samplefmt.h	Fri Jan 14 20:44:44 2011	(r26332)
+++ trunk/libavcore/samplefmt.h	Fri Jan 14 21:58:43 2011	(r26333)
@@ -19,6 +19,8 @@
 #ifndef AVCORE_SAMPLEFMT_H
 #define AVCORE_SAMPLEFMT_H
 
+#include "avcore.h"
+
 /**
  * all in native-endian format
  */



More information about the ffmpeg-cvslog mailing list