]> git.sesse.net Git - ffmpeg/commitdiff
lavc: document which parts of AVHWAccel are private.
authorAnton Khirnov <anton@khirnov.net>
Thu, 6 Mar 2014 17:15:31 +0000 (18:15 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Sun, 11 May 2014 12:59:07 +0000 (14:59 +0200)
libavcodec/avcodec.h

index bd211975767905e1d3a19bac5a9f8e162e1bf45f..f72058988f139cfe4e18b760fc21044544869846 100644 (file)
@@ -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;
 
     /**