lavc: document which parts of AVHWAccel are private.

This commit is contained in:
Anton Khirnov 2014-03-06 18:15:31 +01:00 committed by Luca Barbato
parent 5c1d7246cd
commit 08bb256758

View 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;
/**