[FFmpeg-cvslog] lavc: Fix sizeof(AVFrame) useability docs
Michael Niedermayer
git at videolan.org
Mon Dec 5 13:31:51 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Dec 5 13:22:46 2011 +0100| [31f93fc5f8374e7ae883e9fcfa12d5cdba0529af] | committer: Michael Niedermayer
lavc: Fix sizeof(AVFrame) useability docs
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31f93fc5f8374e7ae883e9fcfa12d5cdba0529af
---
libavcodec/avcodec.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index ed7a30e..132863b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -949,7 +949,7 @@ typedef struct AVPacket {
* without breaking compatibility with each other.
* Removal, reordering and changes in the remaining cases require
* a major version bump.
- * sizeof(AVFrame) must not be used outside libav*.
+ * sizeof(AVFrame) must not be used outside libavcodec.
*/
typedef struct AVFrame {
#if FF_API_DATA_POINTERS
More information about the ffmpeg-cvslog
mailing list