mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00: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:
parent
09c4e5c598
commit
b668662939
33 changed files with 95 additions and 77 deletions
|
|
@ -24,8 +24,9 @@
|
|||
* TAK parser
|
||||
**/
|
||||
|
||||
#include "tak.h"
|
||||
#define BITSTREAM_READER_LE
|
||||
#include "parser.h"
|
||||
#include "tak.h"
|
||||
|
||||
typedef struct TAKParseContext {
|
||||
ParseContext pc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue