1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

avcodec/avcodec.h: skip_alpha should not be accessed directly (would cause ABI issues)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-09-22 20:36:21 +02:00
parent f8e8932e92
commit b5b762b714

View File

@ -2873,6 +2873,7 @@ typedef struct AVCodecContext {
* However for formats that do not use pre-multiplied alpha * However for formats that do not use pre-multiplied alpha
* there might be serious artefacts (though e.g. libswscale currently * there might be serious artefacts (though e.g. libswscale currently
* assumes pre-multiplied alpha anyway). * assumes pre-multiplied alpha anyway).
* Code outside libavcodec should access this field using AVOptions
* *
* - decoding: set by user * - decoding: set by user
* - encoding: unused * - encoding: unused