]> git.sesse.net Git - vlc/commitdiff
Fixed typo in 192kHz case in flac packetizer.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 8 Feb 2010 22:57:23 +0000 (23:57 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 8 Feb 2010 22:57:23 +0000 (23:57 +0100)
modules/codec/flac.c

index 0789c21e164bb75bd9647ea76515e4dc13a7b509..cc869da0bd3ad3b3b46964c4e1d6b59c4011c925 100644 (file)
@@ -955,7 +955,7 @@ static int SyncInfo( decoder_t *p_dec, uint8_t *p_buf,
         break;
 
     case 3:
-        *pi_sample_rate = 19200;
+        *pi_sample_rate = 192000;
         break;
 
     case 4: