diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 94d4cf06ee..835d9d1289 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -3233,6 +3233,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; /**