Mercurial > libavformat.hg
diff avio.h @ 4595:af7b24671b7d libavformat
Mark as "internal but installed" the avio.h file.
This should prevent its direct inclusion in an external project, which
results broken if avformat.h is not included before.
author | stefano |
---|---|
date | Thu, 26 Feb 2009 22:34:18 +0000 |
parents | ac9bab4919a2 |
children | b34d9614b887 |
line wrap: on
line diff
--- a/avio.h Thu Feb 26 22:28:42 2009 +0000 +++ b/avio.h Thu Feb 26 22:34:18 2009 +0000 @@ -23,6 +23,9 @@ /** * @file libavformat/avio.h * unbuffered I/O operations + * + * @warning This file has to be considered an internal but installed + * header, so it should not be directly included in your projects. */ #include <stdint.h>