Browse Source

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer 12 years ago
parent
commit
b5b762b714
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/avcodec.h

+ 1
- 0
libavcodec/avcodec.h View File

@@ -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


Loading…
Cancel
Save