mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 16:52:31 +00:00
Fix the intra_dc_precision API doc.
The mpegvideo decoder has set intra_dc_precision since forever.
This commit is contained in:
parent
bf4bd427dd
commit
b69238d9ba
@ -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…
Reference in New Issue
Block a user