[FFmpeg-devel] [PATCH] samplefmt: add missing include.

Stefano Sabatini stefano.sabatini-lala
Thu Feb 17 12:08:59 CET 2011


Add missing inclusion of "avutil.h" to samplefmt.h. This is required,
to make the header usable without the explicit inclusion of further
headers in files using it.
---
 libavutil/samplefmt.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavutil/samplefmt.h b/libavutil/samplefmt.h
index 0604580..9739d77 100644
--- a/libavutil/samplefmt.h
+++ b/libavutil/samplefmt.h
@@ -19,6 +19,8 @@
 #ifndef AVUTIL_SAMPLEFMT_H
 #define AVUTIL_SAMPLEFMT_H
 
+#include "avutil.h"
+
 /**
  * all in native-endian format
  */
-- 
1.7.2.3




More information about the ffmpeg-devel mailing list