Searched refs:AV_CODEC_FLAG_UNALIGNED (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 212 #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 D | decode.c | 635 return av_frame_apply_cropping(frame, avctx->flags & AV_CODEC_FLAG_UNALIGNED ? in apply_cropping()
|
H A D | options_table.h | 55 {"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