summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-04 12:56:21 +0100
committerAnton Khirnov <anton@khirnov.net>2013-11-16 12:41:50 +0100
commit2ff302cb6ba1f159905888026c8a1d7dd8319acf (patch)
tree89e6f9d7e9fd8ef7d0d6987c4ef4b63a45bee819
parentb068660ffa73f226cc03a67e214b8540fc1e11c4 (diff)
lavc: update coded_frame doxy.
It is not used during decoding anymore.
-rw-r--r--libavcodec/avcodec.h2
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;