[FFmpeg-cvslog] commit: Add avcore.h header in samplefmt.h. (Stefano Sabatini )
git at videolan.org
git
Fri Jan 14 23:11:15 CET 2011
ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Fri Jan 14 20:58:43 2011 +0000| [6cce172f2712139784d7eef82e420332e2b42a29] | committer: Stefano Sabatini
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
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6cce172f2712139784d7eef82e420332e2b42a29
---
libavcore/samplefmt.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavcore/samplefmt.h b/libavcore/samplefmt.h
index 8779a6f..9701efe 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
*/
More information about the ffmpeg-cvslog
mailing list