summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMats Peterson <matsp888@yahoo.com>2016-02-26 05:07:28 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-02-27 01:28:48 +0100
commit9a2778082121ea44d06a2f00f822ea99109c7fd8 (patch)
tree5e006268dff2cb8e28f3c58a7ae2a8d80c864615 /libavformat/movenc.h
parent42c5e1cc2ad95c88b5234ff9927c5adfae028896 (diff)
lavf/movenc: Add palette to video sample description
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index deb90fe2a7..44caff9711 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -152,6 +152,11 @@ typedef struct MOVTrack {
void *eac3_priv;
MOVMuxCencContext cenc;
+
+ uint32_t palette[AVPALETTE_COUNT];
+ int pal_done;
+
+ int is_unaligned_qt_rgb;
} MOVTrack;
typedef enum {