Lines Matching defs:sample_fmt
82 static const char *const opt_name_sample_fmts[] = {"sample_fmt", NULL};
2056 char *sample_fmt = NULL;
2085 MATCH_PER_STREAM_OPT(sample_fmts, str, sample_fmt, oc, st);
2086 if (sample_fmt &&
2087 (audio_enc->sample_fmt = av_get_sample_fmt(sample_fmt)) == AV_SAMPLE_FMT_NONE) {
2088 av_log(NULL, AV_LOG_FATAL, "Invalid sample format '%s'\n", sample_fmt);
2809 if (ost->enc_ctx->sample_fmt != AV_SAMPLE_FMT_NONE) {
2810 f->format = ost->enc_ctx->sample_fmt;
3959 { "sample_fmt", OPT_AUDIO | HAS_ARG | OPT_EXPERT | OPT_SPEC |