diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-09-22 20:36:21 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-22 20:57:34 +0200 |
commit | b5b762b714024a7229b5bad76fe6ac7f472fd21c (patch) | |
tree | c888c5dbec60a4c92a001c1824e08c5322d49379 /libavcodec | |
parent | f8e8932e9235ae1b9e1be49f33526c065e92dc14 (diff) | |
download | ffmpeg-b5b762b714024a7229b5bad76fe6ac7f472fd21c.tar.gz |
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')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
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 |