Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2016-06-29 12:27:33 +0300
committerClément Bœsch <clement@stupeflix.com>2016-06-29 12:35:10 +0300
commitae753dbd0de448b51f0e0b980c26b94747ec44f5 (patch)
tree505db82041ba42ecb799dd74e3b891b278172bd0 /libavcodec/sipr.c
parent543142990b6f7b8757753c13ea6dbc56275c5c7e (diff)
parentb668662939de3a02454cfc9ba3e6d10b87527a40 (diff)
Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'
* commit 'b668662939de3a02454cfc9ba3e6d10b87527a40': get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes The merge commit also includes changes for libavcodec/interplayacm.c and libavcodec/truemotion2rt.c Merged-by: Clément Bœsch <clement@stupeflix.com>
Diffstat (limited to 'libavcodec/sipr.c')
-rw-r--r--libavcodec/sipr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/sipr.c b/libavcodec/sipr.c
index 595097a6b4..70d460a678 100644
--- a/libavcodec/sipr.c
+++ b/libavcodec/sipr.c
@@ -28,11 +28,11 @@
#include "libavutil/channel_layout.h"
#include "libavutil/float_dsp.h"
#include "libavutil/mathematics.h"
-#include "avcodec.h"
+
#define BITSTREAM_READER_LE
+#include "avcodec.h"
#include "get_bits.h"
#include "internal.h"
-
#include "lsp.h"
#include "acelp_vectors.h"
#include "acelp_pitch_delay.h"