Commit b69238d9 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix the intra_dc_precision API doc.

The mpegvideo decoder has set intra_dc_precision since forever.
parent bf4bd427
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment