From b69238d9badc9cccfdb540c6faa50beaeda401a5 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 9 Mar 2015 10:47:06 +0100 Subject: [PATCH] Fix the intra_dc_precision API doc. The mpegvideo decoder has set intra_dc_precision since forever. --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;