[FFmpeg-cvslog] avcodec/avcodec.h: skip_alpha should not be accessed directly ( would cause ABI issues)

Michael Niedermayer git at videolan.org
Sun Sep 22 21:07:56 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Sep 22 20:36:21 2013 +0200| [b5b762b714024a7229b5bad76fe6ac7f472fd21c] | committer: Michael Niedermayer

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

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b5b762b714024a7229b5bad76fe6ac7f472fd21c
---

 libavcodec/avcodec.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 61048f4..aa14431 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



More information about the ffmpeg-cvslog mailing list