Fix the intra_dc_precision API doc.

The mpegvideo decoder has set intra_dc_precision since forever.
This commit is contained in:
Carl Eugen Hoyos 2015-03-09 10:47:06 +01:00
parent bf4bd427dd
commit b69238d9ba
1 changed files with 1 additions and 1 deletions

View File

@ -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;