Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmlpenc.c111 int coded_sample_fmt [2]; ///< sample format encoded for MLP member
554 ctx->coded_sample_fmt[0] = BITS_16; in mlp_encode_init()
560 ctx->coded_sample_fmt[0] = BITS_24; in mlp_encode_init()
569 ctx->coded_sample_fmt[1] = -1 & 0xf; in mlp_encode_init()
759 put_bits(&pb, 4, ctx->coded_sample_fmt [0]); in write_major_sync()
760 put_bits(&pb, 4, ctx->coded_sample_fmt [1]); in write_major_sync()