[FFmpeg-soc] [soc]: r4225 - mlp/mlpenc.c
ramiro
subversion at mplayerhq.hu
Mon Apr 20 05:02:35 CEST 2009
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;
}
More information about the FFmpeg-soc
mailing list