lavc: document which parts of AVHWAccel are private.
This commit is contained in:
parent
5c1d7246cd
commit
08bb256758
@ -2937,6 +2937,13 @@ typedef struct AVHWAccel {
|
|||||||
*/
|
*/
|
||||||
int capabilities;
|
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;
|
struct AVHWAccel *next;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user