mirror of https://git.ffmpeg.org/ffmpeg.git
mmal: Move system headers before local headers
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
73dacabfc9
commit
2de7650451
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue