From b5b762b714024a7229b5bad76fe6ac7f472fd21c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 22 Sep 2013 20:36:21 +0200 Subject: [PATCH] avcodec/avcodec.h: skip_alpha should not be accessed directly (would cause ABI issues) Signed-off-by: Michael Niedermayer --- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 61048f4dcf..aa14431a8f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2873,6 +2873,7 @@ typedef struct AVCodecContext { * However for formats that do not use pre-multiplied alpha * there might be serious artefacts (though e.g. libswscale currently * assumes pre-multiplied alpha anyway). + * Code outside libavcodec should access this field using AVOptions * * - decoding: set by user * - encoding: unused