diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-04 12:56:21 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-16 12:41:50 +0100 |
commit | 2ff302cb6ba1f159905888026c8a1d7dd8319acf (patch) | |
tree | 89e6f9d7e9fd8ef7d0d6987c4ef4b63a45bee819 /libavcodec/avcodec.h | |
parent | b068660ffa73f226cc03a67e214b8540fc1e11c4 (diff) | |
download | ffmpeg-2ff302cb6ba1f159905888026c8a1d7dd8319acf.tar.gz |
lavc: update coded_frame doxy.
It is not used during decoding anymore.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index f2fd0dc3d4..05516bd38e 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; |