Commit dde37293 authored by Luca Barbato's avatar Luca Barbato

avcodec: remove misleading comment

coded_width is the width before lowres scaling,
coded_height is the height before lowres scaling.
parent 2e2594ca
......@@ -2278,8 +2278,7 @@ typedef struct AVCodecContext {
int lowres;
/**
* Bitstream width / height, may be different from width/height if lowres
* or other things are used.
* Bitstream width / height, may be different from width/height if lowres enabled.
* - encoding: unused
* - decoding: Set by user before init if known. Codec should override / dynamically change if needed.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment