]> git.sesse.net Git - ffmpeg/commitdiff
lavc: update documentation for AVFrame.extended_data
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 14 Oct 2012 18:31:47 +0000 (14:31 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sun, 14 Oct 2012 19:00:45 +0000 (15:00 -0400)
libavcodec/avcodec.h

index 51270e6527ca3b44eda4252bd997c005542e3bc3..cda670316737162889a7cfcd9a3a3911714f319a 100644 (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;