mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
avcodec/gif: Remove unnecessary headers
The gif encoder uses the bytestream API, not the PutBit-API. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
0bb0c26799
commit
0b3f09689d
@ -30,9 +30,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"
|
||||
#include "bytestream.h"
|
||||
#include "codec_internal.h"
|
||||
@ -40,8 +38,6 @@
|
||||
#include "lzw.h"
|
||||
#include "gif.h"
|
||||
|
||||
#include "put_bits.h"
|
||||
|
||||
#define DEFAULT_TRANSPARENCY_INDEX 0x1f
|
||||
|
||||
typedef struct GIFContext {
|
||||
|
Loading…
Reference in New Issue
Block a user