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:41:07 +0300
committerClément Bœsch <clement@stupeflix.com>2016-06-29 12:41:12 +0300
commitf755aa5ebdb8cbc036dd7841d2574906b7ce4195 (patch)
tree49d195c41252f910d9c177b519e42d6e7ecd318f /libavcodec/interplayacm.c
parentae753dbd0de448b51f0e0b980c26b94747ec44f5 (diff)
lavc: move 2 more BITSTREAM_READER_LE definitions
This was mentioned to be in ae753dbd0de448b51f0e0b980c26b94747ec44f5 but actually wasn't.
Diffstat (limited to 'libavcodec/interplayacm.c')
-rw-r--r--libavcodec/interplayacm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/interplayacm.c b/libavcodec/interplayacm.c
index a676bcb931..0fd350167a 100644
--- a/libavcodec/interplayacm.c
+++ b/libavcodec/interplayacm.c
@@ -19,8 +19,9 @@
*/
#include "libavutil/intreadwrite.h"
-#include "avcodec.h"
+
#define BITSTREAM_READER_LE
+#include "avcodec.h"
#include "get_bits.h"
#include "internal.h"