AVCodecContext.lowres

low resolution decoding, 1-> 1/2 size, 2->1/4 size - encoding: unused - decoding: Set by user. Code outside libavcodec should access this field using: av_codec_{get,set}lowres(avctx)

  1. int lowres;
    struct AVCodecContext
    static if(FF_API_LOWRES)
    int lowres;
  2. int lowres;

Meta