[MPlayer-dev-eng] [RFC][PATCH V2] libmpcodecs/ad_spdif.c check DTS profile
Diego Biurrun
diego at biurrun.de
Sat Feb 11 16:04:18 CET 2012
On Thu, Feb 09, 2012 at 11:31:46PM +0900, Naoya OYAMA wrote:
> patch updated.
>
> --- libmpcodecs/ad_spdif.c (revision 34665)
> +++ libmpcodecs/ad_spdif.c (working copy)
> @@ -135,86 +148,166 @@
> +#if 0
> + if (!sh->avctx) {
> + mp_msg(MSGT_DECAUDIO,MSGL_V,
> + "lavc_ctx: bit_rate[%d] sample_rate[%d]\n",
> + lavc_ctx->bit_rate, lavc_ctx->sample_rate);
> + } else {
> + mp_msg(MSGT_DECAUDIO,MSGL_V,
> + "lavc_ctx: bit_rate[%d] sample_rate[%d]\n"
> + "sh->avctx: bit_rate[%d] sample_rate[%d]\n",
> + lavc_ctx->bit_rate, lavc_ctx->sample_rate,
> + sh->avctx->bit_rate, sh->avctx->sample_rate);
> + }
> +#endif
Don't add more disabled-by-default cruft please.
Diego
More information about the MPlayer-dev-eng
mailing list