Fix the intra_dc_precision API doc.

The mpegvideo decoder has set intra_dc_precision since forever.
pull/124/merge
Carl Eugen Hoyos 10 years ago
parent bf4bd427dd
commit b69238d9ba
  1. 2
      libavcodec/avcodec.h

@ -1823,7 +1823,7 @@ typedef struct AVCodecContext {
/** /**
* precision of the intra DC coefficient - 8 * precision of the intra DC coefficient - 8
* - encoding: Set by user. * - encoding: Set by user.
* - decoding: unused * - decoding: Set by libavcodec
*/ */
int intra_dc_precision; int intra_dc_precision;

Loading…
Cancel
Save