Commit 8d19dd91 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '08bb2567'

* commit '08bb2567':
  lavc: document which parts of AVHWAccel are private.
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents f2f99f07 08bb2567
......@@ -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;
/**
......
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