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/truemotion2rt.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/truemotion2rt.c')
-rw-r--r--libavcodec/truemotion2rt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/truemotion2rt.c b/libavcodec/truemotion2rt.c
index 49f2114ca0..5032e7fbbf 100644
--- a/libavcodec/truemotion2rt.c
+++ b/libavcodec/truemotion2rt.c
@@ -22,8 +22,8 @@
#include <stdlib.h>
#include <string.h>
-#include "avcodec.h"
#define BITSTREAM_READER_LE
+#include "avcodec.h"
#include "get_bits.h"
#include "internal.h"
#include "libavutil/imgutils.h"