You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Fix the intra_dc_precision API doc.
The mpegvideo decoder has set intra_dc_precision since forever.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user