diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-05 13:22:46 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-05 13:22:46 +0100 |
commit | 31f93fc5f8374e7ae883e9fcfa12d5cdba0529af (patch) | |
tree | 81b866ed83fa2d2af45ba3c8b5ba11682831f092 /libavcodec | |
parent | b9d2b45165021cd0ccbd892997661bfd5e90946f (diff) | |
download | ffmpeg-31f93fc5f8374e7ae883e9fcfa12d5cdba0529af.tar.gz |
lavc: Fix sizeof(AVFrame) useability docs
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |