Commit 42dde253 authored by Michael Niedermayer's avatar Michael Niedermayer

dcadec: fix av_log level

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent be89693d
...@@ -1210,7 +1210,7 @@ static void dca_downmix(float **samples, int srcfmt, ...@@ -1210,7 +1210,7 @@ static void dca_downmix(float **samples, int srcfmt,
case DCA_STEREO_TOTAL: case DCA_STEREO_TOTAL:
case DCA_STEREO_SUMDIFF: case DCA_STEREO_SUMDIFF:
case DCA_4F2R: case DCA_4F2R:
av_log(NULL, 0, "Not implemented!\n"); av_log(NULL, AV_LOG_ERROR, "Not implemented!\n");
break; break;
case DCA_STEREO: case DCA_STEREO:
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment