[FFmpeg-cvslog] mmal: Move system headers before local headers
wm4
git at videolan.org
Tue Apr 14 13:40:46 CEST 2015
ffmpeg | branch: master | wm4 <nfxjfg at googlemail.com> | Mon Apr 13 19:17:59 2015 +0200| [2de7650451d90520135d8cf6f96caa0658824208] | committer: Diego Biurrun
mmal: Move system headers before local headers
Signed-off-by: Diego Biurrun <diego at biurrun.de>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2de7650451d90520135d8cf6f96caa0658824208
---
libavcodec/mmaldec.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/libavcodec/mmaldec.c b/libavcodec/mmaldec.c
index c59a496..1f29d2b 100644
--- a/libavcodec/mmaldec.c
+++ b/libavcodec/mmaldec.c
@@ -24,6 +24,12 @@
* MMAL Video Decoder
*/
+#include <bcm_host.h>
+#include <interface/mmal/mmal.h>
+#include <interface/mmal/util/mmal_util.h>
+#include <interface/mmal/util/mmal_util_params.h>
+#include <interface/mmal/util/mmal_default_components.h>
+
#include "avcodec.h"
#include "internal.h"
#include "libavutil/atomic.h"
@@ -33,12 +39,6 @@
#include "libavutil/opt.h"
#include "libavutil/log.h"
-#include <bcm_host.h>
-#include <interface/mmal/mmal.h>
-#include <interface/mmal/util/mmal_util.h>
-#include <interface/mmal/util/mmal_util_params.h>
-#include <interface/mmal/util/mmal_default_components.h>
-
typedef struct FFBufferEntry {
AVBufferRef *ref;
void *data;
More information about the ffmpeg-cvslog
mailing list