Merge commit '08bb2567586599d62a282c4cd31567a0807f3d92'
* commit '08bb2567586599d62a282c4cd31567a0807f3d92': lavc: document which parts of AVHWAccel are private. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
8d19dd91a5
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user