Searched refs:apply_cropping (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | decode.c | 625 static int apply_cropping(AVCodecContext *avctx, AVFrame *frame) in apply_cropping() function 645 if (!avctx->apply_cropping) in apply_cropping() 671 ret = apply_cropping(avctx, frame); in avcodec_receive_frame()
|
D | avcodec.h | 2306 int apply_cropping; member
|
D | options_table.h | 450 {"apply_cropping", NULL, OFFSET(apply_cropping), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, V | D },
|
/third_party/ffmpeg/doc/ |
D | codecs.texi | 1135 @item apply_cropping @var{bool} (@emph{decoding,video})
|
D | APIchanges | 562 Add AVCodecContext.apply_cropping to control whether cropping
|