CODEC_FLAG_GMC

* @deprecated use the "gmc" private option of the libxvid encoder *////< Use GMC

extern (C)
static if(FF_API_GMC)
enum CODEC_FLAG_GMC = 0x0020;

Meta