diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-03-06 18:15:31 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-05-11 14:59:07 +0200 |
commit | 08bb2567586599d62a282c4cd31567a0807f3d92 (patch) | |
tree | d667fec9aad4b423739aa59abbfb4e5a8adda625 /libavcodec | |
parent | 5c1d7246cd65dc4db1b6dc36e29ce39fc1068f3f (diff) | |
download | ffmpeg-08bb2567586599d62a282c4cd31567a0807f3d92.tar.gz |
lavc: document which parts of AVHWAccel are private.
Diffstat (limited to 'libavcodec')
-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 bd21197576..f72058988f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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; /** |