Searched refs:buggy_lpc (Results 1 – 1 of 1) sorted by relevance
66 int buggy_lpc; ///< use workaround for old lavc encoded files member392 if ( ( s->buggy_lpc && s->flac_stream_info.bps <= 16) in decode_subframe_lpc()393 || ( !s->buggy_lpc && bps <= 16 in decode_subframe_lpc()652 { "use_buggy_lpc", "emulate old buggy lavc behavior", offsetof(FLACContext, buggy_lpc), AV_OPT_TYPE…