summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-03-09 10:47:06 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-03-09 10:47:06 +0100
commitb69238d9badc9cccfdb540c6faa50beaeda401a5 (patch)
tree8e8684be667ffbbd9763ccd2d18e48af8164cebf /libavcodec/avcodec.h
parentbf4bd427dd31d1b1da6d46c7ef7ca6f039d31bd5 (diff)
Fix the intra_dc_precision API doc.
The mpegvideo decoder has set intra_dc_precision since forever.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 575dae13e4..a9dbff7235 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1823,7 +1823,7 @@ typedef struct AVCodecContext {
/**
* precision of the intra DC coefficient - 8
* - encoding: Set by user.
- * - decoding: unused
+ * - decoding: Set by libavcodec
*/
int intra_dc_precision;