From b8b5d8274471129f122858bc74ad09284dae6ab7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 2 Sep 2015 18:59:37 +0200 Subject: lavu: extend size of the AVPixFmtDescriptor.flags field Signed-off-by: Vittorio Giovara --- libavutil/pixdesc.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libavutil/pixdesc.h') diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h index 351391389c..c36f5d12f4 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. If the format -- cgit v1.2.3