This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avformat/qtpalette: Use better headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.4
Andreas Rheinhardt
4 years ago
parent
e9513052b5
commit
1873d128f9
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavformat/qtpalette.c
+1
-1
libavformat/qtpalette.h
+ 2
- 2
libavformat/qtpalette.c
View File
@@ -24,8 +24,8 @@
#include <stdio.h>
#include <stdint.h>
#include "
avformat
.h"
#include "
libavutil/intreadwrite
.h"
#include "
libavcodec/codec_id
.h"
#include "
avio
.h"
#include "qtpalette.h"
static const uint8_t qt_default_palette_2[2 * 3] = {
+ 1
- 1
libavformat/qtpalette.h
View File
@@ -24,7 +24,7 @@
#define AVFORMAT_QTPALETTE_H
#include <stdint.h>
#include "av
format
.h"
#include "av
io
.h"
/**
* Retrieve the palette (or "color table" in QuickTime terms), either
Write
Preview
Loading…
Cancel
Save