diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-10-14 14:31:47 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-10-14 15:00:45 -0400 |
commit | 8441909f49d1cb172c714b4a6b9527aefb82b3fe (patch) | |
tree | 4969c64374f9c0ffddf97edc9f3daa3da0c31226 | |
parent | 7638f0b2fef0481e55985ab8530e8ad9c16f113a (diff) | |
download | ffmpeg-8441909f49d1cb172c714b4a6b9527aefb82b3fe.tar.gz |
lavc: update documentation for AVFrame.extended_data
-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 51270e6527..cda6703167 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -990,7 +990,7 @@ typedef struct AVFrame { * extended_data must be used by the decoder in order to access all * channels. * - * encoding: unused + * encoding: set by user * decoding: set by AVCodecContext.get_buffer() */ uint8_t **extended_data; |