[vlc-devel] commit: Fixed typo in 192kHz case in flac packetizer. (Laurent Aimar )

git version control git at videolan.org
Mon Feb 8 23:57:58 CET 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Feb  8 23:57:23 2010 +0100| [9428617273d338181627ac55ab88abb7633fa33f] | committer: Laurent Aimar 

Fixed typo in 192kHz case in flac packetizer.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9428617273d338181627ac55ab88abb7633fa33f
---

 modules/codec/flac.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/flac.c b/modules/codec/flac.c
index 0789c21..cc869da 100644
--- a/modules/codec/flac.c
+++ b/modules/codec/flac.c
@@ -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:




More information about the vlc-devel mailing list