[SCM] libav/experimental: lavc: document which parts of AVHWAccel are private.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:06 UTC 2014


The following commit has been merged in the experimental branch:
commit 08bb2567586599d62a282c4cd31567a0807f3d92
Author: Anton Khirnov <anton at khirnov.net>
Date:   Thu Mar 6 18:15:31 2014 +0100

    lavc: document which parts of AVHWAccel are private.

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index bd21197..f720589 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2937,6 +2937,13 @@ typedef struct AVHWAccel {
      */
     int capabilities;
 
+    /*****************************************************************
+     * No fields below this line are part of the public API. They
+     * may not be used outside of libavcodec and can be changed and
+     * removed at will.
+     * New public fields should be added right above.
+     *****************************************************************
+     */
     struct AVHWAccel *next;
 
     /**

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list