Author: ramiro
Date: Mon Apr 20 05:02:34 2009
New Revision: 4225
Log:
Fix substream_info.
Modified:
mlp/mlpenc.c
Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c Mon Apr 20 05:02:02 2009 (r4224)
+++ mlp/mlpenc.c Mon Apr 20 05:02:34 2009 (r4225)
@@ -543,6 +543,7 @@ static av_cold int mlp_encode_init(AVCod
return -1;
}
+ ctx->substream_info |= SUBSTREAM_INFO_ALWAYS_SET;
if (avctx->channels <= 2) {
ctx->substream_info |= SUBSTREAM_INFO_MAX_2_CHAN;
}
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc