OSDN Git Service

lavu: extend size of the AVPixFmtDescriptor.flags field
authorwm4 <nfxjfg@googlemail.com>
Wed, 2 Sep 2015 16:59:37 +0000 (18:59 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 7 Sep 2015 10:36:04 +0000 (12:36 +0200)
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
doc/APIchanges
libavutil/pixdesc.h

index e500ac8..c944fff 100644 (file)
@@ -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 from uint8_t to uint64_t.
+
 2015-xx-xx - lavu 54.17.0
   xxxxxxx -  Add av_blowfish_alloc().
   xxxxxxx -  Add av_rc4_alloc().
index 3513913..c36f5d1 100644 (file)
@@ -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