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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dalac.c488 int prediction_type[channels]; local
497 prediction_type[chan] = get_bits(&alac->gb, 4);
521 if (prediction_type[chan] == 0) {
531 av_log(avctx, AV_LOG_ERROR, "FIXME: unhandled prediction type: %i\n", prediction_type[chan]);

Completed in 103 milliseconds