summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-11 23:39:47 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-11 23:40:51 +0200
commit8d19dd91a51c296c92a9d94ab9541a3cb7316bab (patch)
treede83942b4dcf6a30b6505c1daff6f19250bd451b
parentf2f99f07a5f1f74a91503cc6c3730c06498cee43 (diff)
parent08bb2567586599d62a282c4cd31567a0807f3d92 (diff)
Merge commit '08bb2567586599d62a282c4cd31567a0807f3d92'
* commit '08bb2567586599d62a282c4cd31567a0807f3d92': lavc: document which parts of AVHWAccel are private. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/avcodec.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 94d4cf06ee..835d9d1289 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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;
/**