Only ask once in the code for a TrueHD sample with strange channel layout.

This commit is contained in:
Carl Eugen Hoyos 2011-04-19 03:23:46 +02:00
parent d3f126df4b
commit 9b53bb8b3b
1 changed files with 0 additions and 4 deletions

View File

@ -326,10 +326,6 @@ static int mlp_parse(AVCodecParserContext *s,
avctx->channels = truehd_channels(mh.channels_thd_stream1);
avctx->channel_layout = ff_truehd_layout(mh.channels_thd_stream1);
}
if (av_get_channel_layout_nb_channels(avctx->channel_layout) != avctx->channels) {
avctx->channel_layout = 0;
av_log_ask_for_sample(avctx, "Unknown channel layout.");
}
}
if (!mh.is_vbr) /* Stream is CBR */