Searched refs:core_only (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dcadec.c | 202 if (!s->core_only) { in dcadec_decode_frame() 291 if (s->core_only) in dcadec_decode_frame() 292 av_log(avctx, AV_LOG_WARNING, "Consider disabling 'core_only' option\n"); in dcadec_decode_frame() 389 { "core_only", "Decode core only without extensions", OFFSET(core_only), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, PARAM },
|
H A D | dcadec.h | 72 int core_only; ///< Core only decoding flag member
|
H A D | dca_core.c | 1705 if (s->ext_audio_present && !dca->core_only) { in parse_optional_info()
|
Completed in 5 milliseconds