Searched refs:xch_disable (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddcadec.c449 int xch_disable; ///< whether the XCh extension should be decoded or not member in struct:__anon3118
2350 s->xch_disable = 1;
2355 if (s->xch_present && !s->xch_disable &&
2360 if (s->xch_present && !s->xch_disable) {
2647 { "disable_xch", "disable decoding of the XCh extension", offsetof(DCAContext, xch_disable), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM|AV_OPT_FLAG_AUDIO_PARAM },

Completed in 41 milliseconds