Home
last modified time | relevance | path

Searched refs:AV_CODEC_FLAG_UNALIGNED (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Davcodec.h212 #define AV_CODEC_FLAG_UNALIGNED (1 << 0) macro
1949 * by the full amount if the AV_CODEC_FLAG_UNALIGNED flag is set) so that
H A Ddecode.c635 return av_frame_apply_cropping(frame, avctx->flags & AV_CODEC_FLAG_UNALIGNED ? in apply_cropping()
H A Doptions_table.h55 {"unaligned", "allow decoders to produce unaligned output", 0, AV_OPT_TYPE_CONST, { .i64 = AV_CODEC_FLAG_UNALIGNED }, INT_MIN, INT_MAX, V | D, "flags" },

Completed in 8 milliseconds