dcadec: fix av_log level

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-11-23 01:18:31 +01:00
parent be89693ddc
commit 42dde253ec
1 changed files with 1 additions and 1 deletions

View File

@ -1210,7 +1210,7 @@ static void dca_downmix(float **samples, int srcfmt,
case DCA_STEREO_TOTAL:
case DCA_STEREO_SUMDIFF:
case DCA_4F2R:
av_log(NULL, 0, "Not implemented!\n");
av_log(NULL, AV_LOG_ERROR, "Not implemented!\n");
break;
case DCA_STEREO:
break;