[FFmpeg-devel] [PATCH]Improve the intra_dc_precision API doc
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Mar 1 12:56:44 CET 2015
Hi!
The mpegvideo decoder sets intra_dc_precision since forever (!).
Please comment, Carl Eugen
-------------- next part --------------
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 575dae1..a9dbff7 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;
More information about the ffmpeg-devel
mailing list