summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-10-14 14:31:47 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-10-14 15:00:45 -0400
commit8441909f49d1cb172c714b4a6b9527aefb82b3fe (patch)
tree4969c64374f9c0ffddf97edc9f3daa3da0c31226 /libavcodec/avcodec.h
parent7638f0b2fef0481e55985ab8530e8ad9c16f113a (diff)
lavc: update documentation for AVFrame.extended_data
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
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;