summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-22 20:36:21 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-22 20:57:34 +0200
commitb5b762b714024a7229b5bad76fe6ac7f472fd21c (patch)
treec888c5dbec60a4c92a001c1824e08c5322d49379 /libavcodec/avcodec.h
parentf8e8932e9235ae1b9e1be49f33526c065e92dc14 (diff)
avcodec/avcodec.h: skip_alpha should not be accessed directly (would cause ABI issues)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
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