Home
last modified time | relevance | path

Searched refs:apply_cropping (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddecode.c625 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()
Davcodec.h2306 int apply_cropping; member
Doptions_table.h450 {"apply_cropping", NULL, OFFSET(apply_cropping), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, V | D },
/third_party/ffmpeg/doc/
Dcodecs.texi1135 @item apply_cropping @var{bool} (@emph{decoding,video})
DAPIchanges562 Add AVCodecContext.apply_cropping to control whether cropping