[FFmpeg-soc] [soc]: r3175 - mlp/mlpenc.c
ramiro
subversion at mplayerhq.hu
Tue Aug 12 04:26:10 CEST 2008
Author: ramiro
Date: Tue Aug 12 04:26:10 2008
New Revision: 3175
Log:
Don't encode anything related to IIR since it's not being used.
Modified:
mlp/mlpenc.c
Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c (original)
+++ mlp/mlpenc.c Tue Aug 12 04:26:10 2008
@@ -354,7 +354,7 @@ static av_cold int mlp_encode_init(AVCod
/* param_presence_flags |= PARAM_OUTSHIFT; */
param_presence_flags |= PARAM_QUANTSTEP;
param_presence_flags |= PARAM_FIR;
- param_presence_flags |= PARAM_IIR;
+/* param_presence_flags |= PARAM_IIR; */
param_presence_flags |= PARAM_HUFFOFFSET;
dp->param_presence_flags = param_presence_flags;
More information about the FFmpeg-soc
mailing list