On 11/12/12 9:02 AM, Kostya Shishkov wrote:
On Mon, Nov 12, 2012 at 01:25:46AM +0100, Luca Barbato wrote:
---
  libavutil/pixdesc.h | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h
index c30ae1f..b4c01e2 100644
--- a/libavutil/pixdesc.h
+++ b/libavutil/pixdesc.h
@@ -96,6 +96,9 @@ typedef struct AVPixFmtDescriptor{
   */
  #define PIX_FMT_PSEUDOPAL 64

+#define PIX_FMT_ALPHA   128 ///< The pixel formats has an alpha channel
+
+
  #if FF_API_PIX_FMT_DESC
  /**
   * The array of all the pixel format descriptors.
--

Why not add it to the needed pixdesc entries too?

Because it takes time so a yes will make the update magically appear, a no would spare me 30 min =)

lu

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

Reply via email to