Browse Source

Fix the intra_dc_precision API doc.

The mpegvideo decoder has set intra_dc_precision since forever.
tags/n2.7
Carl Eugen Hoyos 11 years ago
parent
commit
b69238d9ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/avcodec.h

+ 1
- 1
libavcodec/avcodec.h 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;



Loading…
Cancel
Save