diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-11 23:39:47 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-11 23:40:51 +0200 |
commit | 8d19dd91a51c296c92a9d94ab9541a3cb7316bab (patch) | |
tree | de83942b4dcf6a30b6505c1daff6f19250bd451b /libavcodec/avcodec.h | |
parent | f2f99f07a5f1f74a91503cc6c3730c06498cee43 (diff) | |
parent | 08bb2567586599d62a282c4cd31567a0807f3d92 (diff) | |
download | ffmpeg-8d19dd91a51c296c92a9d94ab9541a3cb7316bab.tar.gz |
Merge commit '08bb2567586599d62a282c4cd31567a0807f3d92'
* commit '08bb2567586599d62a282c4cd31567a0807f3d92':
lavc: document which parts of AVHWAccel are private.
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 7 |
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; /** |