Browse Source

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

tags/n0.8
Carl Eugen Hoyos 15 years ago
parent
commit
9b53bb8b3b
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavcodec/mlp_parser.c

+ 0
- 4
libavcodec/mlp_parser.c 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 */


Loading…
Cancel
Save