mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 13:21:08 +00:00
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;
|
||||
|
||||
/*****************************************************************
|
||||
* 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