]> git.sesse.net Git - vlc/commitdiff
Typo again...
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 3 Sep 2009 21:20:44 +0000 (23:20 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 4 Sep 2009 10:19:01 +0000 (12:19 +0200)
I must have done something wrong with my VIM.

modules/codec/avcodec/audio.c

index 4fee775aee6739475c1b0e282a70516e13f9704c..7858d2d995764f61a16b8f9c8f0c1531c808a928 100644 (file)
@@ -193,7 +193,7 @@ int InitAudioDec( decoder_t *p_dec, AVCodecContext *p_context,
         break;
 #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 35, 0 )
     case CODEC_ID_WMAPRO:
-        p_sys->i_output_max = 8 * sizeof(float) * 6145; /* (1 << 12) * 3/2 */
+        p_sys->i_output_max = 8 * sizeof(float) * 6144; /* (1 << 12) * 3/2 */
         break;
 #endif
     default: