diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-03-09 10:47:06 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-03-09 10:47:06 +0100 |
commit | b69238d9badc9cccfdb540c6faa50beaeda401a5 (patch) | |
tree | 8e8684be667ffbbd9763ccd2d18e48af8164cebf /libavcodec/avcodec.h | |
parent | bf4bd427dd31d1b1da6d46c7ef7ca6f039d31bd5 (diff) | |
download | ffmpeg-b69238d9badc9cccfdb540c6faa50beaeda401a5.tar.gz |
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.h | 2 |
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; |