You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/mlpenc: stop using hardcoded value
This commit is contained in:
@@ -339,7 +339,7 @@ static int compare_decoding_params(MLPEncodeContext *ctx)
|
|||||||
|
|
||||||
if (prev_cp->codebook != cp->codebook ||
|
if (prev_cp->codebook != cp->codebook ||
|
||||||
prev_cp->huff_lsbs != cp->huff_lsbs )
|
prev_cp->huff_lsbs != cp->huff_lsbs )
|
||||||
retval |= 0x1;
|
retval |= PARAM_PRESENT;
|
||||||
}
|
}
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
|
Reference in New Issue
Block a user