Skip to content
Snippets Groups Projects
Commit 08bb2567 authored by Anton Khirnov's avatar Anton Khirnov Committed by Luca Barbato
Browse files

lavc: document which parts of AVHWAccel are private.

parent 5c1d7246
No related branches found
No related tags found
No related merge requests found
......@@ -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;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment