Commit 7c521d45 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '2de76504'

* commit '2de76504':
  mmal: Move system headers before local headers
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 2051b401 2de76504
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment