summaryrefslogtreecommitdiffstats
path: root/libavutil/pixdesc.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-08 14:53:13 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-08 14:53:13 +0200
commitc734b34b044a182e10b4c2ad95a4f9f75aa1d64c (patch)
tree9e93f7d150d28159edf7e8881aa6610a71d8c86e /libavutil/pixdesc.h
parent8998caf0a4d7e55f040c419f984be885ca0688db (diff)
parentb8b5d8274471129f122858bc74ad09284dae6ab7 (diff)
downloadffmpeg-streaming-c734b34b044a182e10b4c2ad95a4f9f75aa1d64c.zip
ffmpeg-streaming-c734b34b044a182e10b4c2ad95a4f9f75aa1d64c.tar.gz
Merge commit 'b8b5d8274471129f122858bc74ad09284dae6ab7'
* commit 'b8b5d8274471129f122858bc74ad09284dae6ab7': lavu: extend size of the AVPixFmtDescriptor.flags field Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavutil/pixdesc.h')
-rw-r--r--libavutil/pixdesc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h
index b0b8285..426a8e1 100644
--- a/libavutil/pixdesc.h
+++ b/libavutil/pixdesc.h
@@ -87,7 +87,11 @@ typedef struct AVPixFmtDescriptor {
* This value only refers to the chroma components.
*/
uint8_t log2_chroma_h;
- uint8_t flags;
+
+ /**
+ * Combination of AV_PIX_FMT_FLAG_... flags.
+ */
+ uint64_t flags;
/**
* Parameters that describe how pixels are packed.
OpenPOWER on IntegriCloud