changeset 10779:90f34aa8fe0a libavcodec

100l: Fix compilation after r21037.
author cehoyos
date Wed, 06 Jan 2010 23:15:33 +0000
parents 002cd0505064
children ec6cbd8fcd6c
files utils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Wed Jan 06 22:40:52 2010 +0000
+++ b/utils.c	Wed Jan 06 23:15:33 2010 +0000
@@ -963,7 +963,7 @@
         return 3;
     case CODEC_ID_ADPCM_SBPRO_4:
     case CODEC_ID_ADPCM_CT:
-    case CODEC_ID_ADPCM_WAV:
+    case CODEC_ID_ADPCM_IMA_WAV:
     case CODEC_ID_ADPCM_MS:
     case CODEC_ID_ADPCM_YAMAHA:
         return 4;