* commit 'b668662939':
  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>
This commit is contained in:
Clément Bœsch 2016-06-29 11:27:33 +02:00
commit ae753dbd0d
33 changed files with 101 additions and 81 deletions

View file

@ -40,13 +40,14 @@
* - XMP metadata
*/
#define BITSTREAM_READER_LE
#include "libavutil/imgutils.h"
#define BITSTREAM_READER_LE
#include "avcodec.h"
#include "bytestream.h"
#include "exif.h"
#include "internal.h"
#include "get_bits.h"
#include "internal.h"
#include "thread.h"
#include "vp8.h"