mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-03 01:33:50 +08:00
get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes
This avoids the danger that get_bits.h might get indirectly #included before BITSTREAM_READER_LE is defined. Also sort headers into canonical order where appropriate.
This commit is contained in:
@@ -24,8 +24,9 @@
|
||||
* TAK parser
|
||||
**/
|
||||
|
||||
#include "tak.h"
|
||||
#define BITSTREAM_READER_LE
|
||||
#include "parser.h"
|
||||
#include "tak.h"
|
||||
|
||||
typedef struct TAKParseContext {
|
||||
ParseContext pc;
|
||||
|
||||
Reference in New Issue
Block a user