[FFmpeg-cvslog] lavc: update documentation for AVFrame.extended_data
Justin Ruggles
git at videolan.org
Mon Oct 15 14:24:57 CEST 2012
ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Sun Oct 14 14:31:47 2012 -0400| [8441909f49d1cb172c714b4a6b9527aefb82b3fe] | committer: Justin Ruggles
lavc: update documentation for AVFrame.extended_data
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8441909f49d1cb172c714b4a6b9527aefb82b3fe
---
libavcodec/avcodec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 51270e6..cda6703 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;
More information about the ffmpeg-cvslog
mailing list