[FFmpeg-cvslog] lavc: document which parts of AVHWAccel are private.
Anton Khirnov
git at videolan.org
Sun May 11 23:48:22 CEST 2014
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Mar 6 18:15:31 2014 +0100| [08bb2567586599d62a282c4cd31567a0807f3d92] | committer: Luca Barbato
lavc: document which parts of AVHWAccel are private.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=08bb2567586599d62a282c4cd31567a0807f3d92
---
libavcodec/avcodec.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index bd21197..f720589 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;
/**
More information about the ffmpeg-cvslog
mailing list