CODEC_FLAG_UNALIGNED  481 libavcodec/h264_ps.c                 !(h->avctx->flags & CODEC_FLAG_UNALIGNED)) {
CODEC_FLAG_UNALIGNED 1032 libavcodec/hevc_ps.c         !(s->avctx->flags & CODEC_FLAG_UNALIGNED)) {
CODEC_FLAG_UNALIGNED   52 libavcodec/options_table.h {"unaligned", "allow decoders to produce unaligned output", 0, AV_OPT_TYPE_CONST, { .i64 = CODEC_FLAG_UNALIGNED }, INT_MIN, INT_MAX, V | D, "flags" },
CODEC_FLAG_UNALIGNED 2335 libavcodec/vp3.c         if ((s->offset_x & 0x1F) && !(avctx->flags & CODEC_FLAG_UNALIGNED)) {