Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
ffmpeg
Commits
2de76504
Commit
2de76504
authored
Apr 13, 2015
by
wm4
Committed by
Diego Biurrun
Apr 14, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mmal: Move system headers before local headers
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
73dacabf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
libavcodec/mmaldec.c
libavcodec/mmaldec.c
+6
-6
No files found.
libavcodec/mmaldec.c
View file @
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment