lavc: update coded_frame doxy.

It is not used during decoding anymore.
This commit is contained in:
Anton Khirnov 2013-11-04 12:56:21 +01:00
parent b068660ffa
commit 2ff302cb6b

View File

@ -2496,7 +2496,7 @@ typedef struct AVCodecContext {
/** /**
* the picture in the bitstream * the picture in the bitstream
* - encoding: Set by libavcodec. * - encoding: Set by libavcodec.
* - decoding: Set by libavcodec. * - decoding: unused
*/ */
AVFrame *coded_frame; AVFrame *coded_frame;