summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadeci.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/wmadeci.c')
-rw-r--r--apps/codecs/libwma/wmadeci.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/codecs/libwma/wmadeci.c b/apps/codecs/libwma/wmadeci.c
index 3361325887..668aac7294 100644
--- a/apps/codecs/libwma/wmadeci.c
+++ b/apps/codecs/libwma/wmadeci.c
@@ -548,13 +548,13 @@ int wma_decode_init(WMADecodeContext* s, asf_waveformatex_t *wfx)
548 548
549 s->coefs = &coefsarray; 549 s->coefs = &coefsarray;
550 550
551 if (wfx->codec_id == ASF_CODEC_ID_WMAV1){ 551 if (wfx->codec_id == ASF_CODEC_ID_WMAV1) {
552 s->version = 1; 552 s->version = 1;
553 }else if (wfx->codec_id == ASF_CODEC_ID_WMAV2 ){ 553 } else if (wfx->codec_id == ASF_CODEC_ID_WMAV2 ) {
554 s->version = 2; 554 s->version = 2;
555 }else{ 555 } else {
556 /*one of those other wma flavors that don't have GPLed decoders */ 556 /*one of those other wma flavors that don't have GPLed decoders */
557 return -1; 557 return -1;
558 } 558 }
559 559
560 /* extract flag infos */ 560 /* extract flag infos */