Commit 8441909f authored by Justin Ruggles's avatar Justin Ruggles

lavc: update documentation for AVFrame.extended_data

parent 7638f0b2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment