From 31f93fc5f8374e7ae883e9fcfa12d5cdba0529af Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 5 Dec 2011 13:22:46 +0100 Subject: [PATCH] lavc: Fix sizeof(AVFrame) useability docs Signed-off-by: Michael Niedermayer --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index ed7a30eb7f..132863bbb2 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