mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-19 05:40:56 +00:00
avcodec/gif: move BITSTREAM_WRITER_LE up
This prevents issues in case any header #includes put_bits.h Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
dc2e4c2e53
commit
5dd5985e05
@ -28,6 +28,7 @@
|
||||
* @see http://www.w3.org/Graphics/GIF/spec-gif89a.txt
|
||||
*/
|
||||
|
||||
#define BITSTREAM_WRITER_LE
|
||||
#include "libavutil/opt.h"
|
||||
#include "libavutil/imgutils.h"
|
||||
#include "avcodec.h"
|
||||
@ -36,7 +37,6 @@
|
||||
#include "lzw.h"
|
||||
#include "gif.h"
|
||||
|
||||
#define BITSTREAM_WRITER_LE
|
||||
#include "put_bits.h"
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user