From: wm4 <nfx...@googlemail.com>

Signed-off-by: Vittorio Giovara <vittorio.giov...@gmail.com>
---
I updated the lavu version reported to 55 (not sure if it was intentionally
left to 54 to mark the "unstable" tree phase).
Vittorio

 doc/APIchanges      | 3 +++
 libavutil/pixdesc.h | 6 +++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index e500ac8..8f7d50d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil:     2015-08-28
 
 API changes, most recent first:
 
+2015-xx-xx - lavu 55.0.0
+  xxxxxxx - Change type of AVPixFmtDescriptor.flags.
+
 2015-xx-xx - lavu 54.17.0
   xxxxxxx -  Add av_blowfish_alloc().
   xxxxxxx -  Add av_rc4_alloc().
diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h
index 3513913..c36f5d1 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
-- 
1.9.5 (Apple Git-50.3)

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to