[FFmpeg-cvslog] lavc: update coded_frame doxy.

Anton Khirnov git at videolan.org
Sat Nov 16 23:43:37 CET 2013


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Nov  4 12:56:21 2013 +0100| [2ff302cb6ba1f159905888026c8a1d7dd8319acf] | committer: Anton Khirnov

lavc: update coded_frame doxy.

It is not used during decoding anymore.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ff302cb6ba1f159905888026c8a1d7dd8319acf
---

 libavcodec/avcodec.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index f2fd0dc..05516bd 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2496,7 +2496,7 @@ typedef struct AVCodecContext {
     /**
      * the picture in the bitstream
      * - encoding: Set by libavcodec.
-     * - decoding: Set by libavcodec.
+     * - decoding: unused
      */
     AVFrame *coded_frame;
 



More information about the ffmpeg-cvslog mailing list