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:
Luca Barbato 2011-08-29 22:47:06 +02:00
parent 2e2594ca5b
commit dde372934a
1 changed files with 1 additions and 2 deletions

View File

@ -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.
*/