You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec: remove misleading comment
coded_width is the width before lowres scaling, coded_height is the height before lowres scaling.
This commit is contained in:
@@ -2278,8 +2278,7 @@ typedef struct AVCodecContext {
|
|||||||
int lowres;
|
int lowres;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bitstream width / height, may be different from width/height if lowres
|
* Bitstream width / height, may be different from width/height if lowres enabled.
|
||||||
* or other things are used.
|
|
||||||
* - encoding: unused
|
* - encoding: unused
|
||||||
* - decoding: Set by user before init if known. Codec should override / dynamically change if needed.
|
* - decoding: Set by user before init if known. Codec should override / dynamically change if needed.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user