Commit 08bb2567 authored by Anton Khirnov's avatar Anton Khirnov Committed by Luca Barbato

lavc: document which parts of AVHWAccel are private.

parent 5c1d7246
...@@ -2937,6 +2937,13 @@ typedef struct AVHWAccel { ...@@ -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;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment