lavc: update documentation for AVFrame.extended_data

pull/6/head
Justin Ruggles 13 years ago
parent 7638f0b2fe
commit 8441909f49
  1. 2
      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;

Loading…
Cancel
Save