mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avformat/qtpalette: Use better headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
e9513052b5
commit
1873d128f9
@ -24,8 +24,8 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "avformat.h"
|
#include "libavcodec/codec_id.h"
|
||||||
#include "libavutil/intreadwrite.h"
|
#include "avio.h"
|
||||||
#include "qtpalette.h"
|
#include "qtpalette.h"
|
||||||
|
|
||||||
static const uint8_t qt_default_palette_2[2 * 3] = {
|
static const uint8_t qt_default_palette_2[2 * 3] = {
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#define AVFORMAT_QTPALETTE_H
|
#define AVFORMAT_QTPALETTE_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "avformat.h"
|
#include "avio.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve the palette (or "color table" in QuickTime terms), either
|
* Retrieve the palette (or "color table" in QuickTime terms), either
|
||||||
|
Loading…
Reference in New Issue
Block a user