1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

lavc: update documentation for AVFrame.extended_data

This commit is contained in:
Justin Ruggles 2012-10-14 14:31:47 -04:00
parent 7638f0b2fe
commit 8441909f49

View File

@ -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;