From 08bb2567586599d62a282c4cd31567a0807f3d92 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 6 Mar 2014 18:15:31 +0100 Subject: [PATCH] lavc: document which parts of AVHWAccel are private. --- libavcodec/avcodec.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index bd21197576..f72058988f 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; /**